p*********n 发帖数: 5 | 1 I am trying to build a Forum as a free web resource for people to post
articles.
What kind of js language I should use to show all the new articles in the
first web page.
For example, mitbbs always shows the top 10 articles in the homepage. What
kind of js to use to update it realtime? Is there a free one I can download?
Thanks. |
p*********n 发帖数: 5 | 2 Please, help me with this question.
download?
【在 p*********n 的大作中提到】 : I am trying to build a Forum as a free web resource for people to post : articles. : What kind of js language I should use to show all the new articles in the : first web page. : For example, mitbbs always shows the top 10 articles in the homepage. What : kind of js to use to update it realtime? Is there a free one I can download? : Thanks.
|
r****y 发帖数: 26819 | 3 ft
这难道不是数据库的事嘛
写个SQL按时间排序取
download?
【在 p*********n 的大作中提到】 : I am trying to build a Forum as a free web resource for people to post : articles. : What kind of js language I should use to show all the new articles in the : first web page. : For example, mitbbs always shows the top 10 articles in the homepage. What : kind of js to use to update it realtime? Is there a free one I can download? : Thanks.
|
p*********n 发帖数: 5 | 4 So it is not javascript. How can I download some examples of SQL.
【在 r****y 的大作中提到】 : ft : 这难道不是数据库的事嘛 : 写个SQL按时间排序取 : : download?
|
l*****a 发帖数: 166 | 5 你应该学学sql,而不是some example,因为不复杂,很快就能学会。
http://www.sqlcourse.com/
http://www.sqlcourse2.com/
当然你的帖子得记录发布的时间。
【在 p*********n 的大作中提到】 : So it is not javascript. How can I download some examples of SQL.
|
p*********n 发帖数: 5 | 6 Thank you for the tips. I just found my website on google.
please give me some suggestions on how to improve my website.
【在 p*********n 的大作中提到】 : So it is not javascript. How can I download some examples of SQL.
|