界面漂亮的电子日记本.可以分类记录每天的活动.提供强大的搜索功能. 使用JAXX技术开放的界面
注:解压后有两个目录:snote - Eclipse工程目录,snote1.0 - 可运行目录.-beautiful interface of the electronic diary. Classification can record daily activities. Provide a powerful search function. Use J Novel technology open interface Note : unpacked two catalogs : snote-Eclipse project directory, snote1.0-operates directory.
文 件 列 表
snote .classpath .project bin build.xml config data index lib schema src temp test type snote1.0 data index lib snote-execute.jar snote.bat
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001084s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.082315s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.014189s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001170s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001085s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003203s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000915s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003696s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015387s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001648s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 180805 [ RunTime:0.018358s ]