
Unix
许一沐
一个有点优点的码农,崇尚"简单的就要最简单"
展开
-
JAVA彩色终端库javacurses的使用 -- 感觉并不好
import jcurses.system.CharColor; import jcurses.widgets.*; public class JcursesAppMain { public static void main(String[] args) throws Exception{ // String url = ClassLoader.getSystemClassLoader()原创 2016-08-25 16:10:52 · 742 阅读 · 0 评论 -
linux 学习の ulimit and sysctl
http://www.linuxhowtos.org/Tips%20and%20Tricks/ulimit.htm 写道 ulimit and sysctl The ulimit and sysctl programs allow to limit system-wide resource use. This can help a lot in system administration, e原创 2016-08-25 16:43:08 · 278 阅读 · 0 评论 -
[置顶] Mysql sql查询时 if 的用法
SELECT qanswers.id,qanswers.question_id,qanswers.answer,users.nickname AS replier, users.groupname,IF(users.groupname='teacher',TRUE,FALSE) AS isTeacher FROM fa_user_question_answer AS qanswers原创 2016-08-25 17:03:20 · 344 阅读 · 0 评论