2019年1月5日
摘要: # 初始化git …or create a new repository on the command line echo "# init" >> README.md git init git add README.md git commit -m "first commit" git remote 阅读全文
posted @ 2019-01-05 11:59 kisstherain8231 阅读(105) 评论(0) 推荐(0) 编辑
  2018年11月22日
摘要: 客户端发送sql 语句后的堆栈 #0 0x0000000100370565 in do_command(THD*) at percona-server-Percona-Server-5.6.37-82.2/sql/sql_parse.cc:1062#1 0x00000001002f3318 in d 阅读全文
posted @ 2018-11-22 00:08 kisstherain8231 阅读(190) 评论(0) 推荐(0) 编辑
  2017年12月3日
摘要: objc[27212]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/java and /Library/Java 阅读全文
posted @ 2017-12-03 21:17 kisstherain8231 阅读(2766) 评论(0) 推荐(0) 编辑
  2016年8月7日
摘要: [homes] comment = Home Directories browseable = no valid users = %S writable = yes create mask = 0700 directory mask = 0700 [home] comment = User Dire 阅读全文
posted @ 2016-08-07 18:27 kisstherain8231 阅读(146) 评论(0) 推荐(0) 编辑
  2015年4月21日
摘要: 登陆 用户名 ... 阅读全文
posted @ 2015-04-21 22:17 kisstherain8231 阅读(94) 评论(0) 推荐(0) 编辑
  2015年2月14日
摘要: #include #include using namespace std;class Person{ public : int age; int ID; Person(int age, int id) { this->age = age; this->ID = id; }};struct Cm... 阅读全文
posted @ 2015-02-14 23:16 kisstherain8231 阅读(135) 评论(0) 推荐(0) 编辑
  2015年2月1日
摘要: javacc jjtree 写法 以及 jj写法 基本语法 以及应用2012-2-7阅读2279评论0/***********************************************************/>我使用的测试jjt,jj文件来自于javacc5.0版本>dir_hier... 阅读全文
posted @ 2015-02-01 13:21 kisstherain8231 阅读(974) 评论(0) 推荐(0) 编辑
摘要: The ProblemJJTree is a part ofJavaCCis a parser/scanner generator for Java. JJTree is a preprocessor for JavaCC that inserts parse tree building actio... 阅读全文
posted @ 2015-02-01 13:01 kisstherain8231 阅读(228) 评论(0) 推荐(0) 编辑
  2015年1月1日
摘要: Eclipse调试多线程代码标签:eclipse调试多线程| 发表时间:2013-02-16 05:51 | 作者:czjuttsw分享到:出处:http://blog.csdn.net相信到现在为止,不管是什么编程语言,程序员都使用了IDE,IDE简化了程序员的开发过程。IDE能够管理项目,自动生... 阅读全文
posted @ 2015-01-01 21:10 kisstherain8231 阅读(158) 评论(0) 推荐(0) 编辑
  2014年7月17日
摘要: #coding=gbk'''Created on 2014-5-7'''import os.pathinputPath = './input.txt'outPath = './out.txt'bufferSize = 10inputFile = open(inputPath, 'rb')outFil... 阅读全文
posted @ 2014-07-17 10:42 kisstherain8231 阅读(248) 评论(0) 推荐(0) 编辑