passer1991

上一页 1 2 3 4 5 6 7 ··· 39 下一页

2014年1月16日

freemarker 的 include指令,引入另一个页面

摘要: from http://www.oecp.cn/hi/LOLA/blog/2056 Test page Test page Blah blah... 阅读全文

posted @ 2014-01-16 16:03 passer1991 阅读(3537) 评论(0) 推荐(0) 编辑

spring mvc 项目 系统在那个的相对路径

摘要: String realPath= ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/WEB-INF/spring/config.properties") ; Properties props=new Properties(); try { props.load(new FileInputStream(realPath)); realPath=props.getProperty(Const... 阅读全文

posted @ 2014-01-16 14:44 passer1991 阅读(453) 评论(0) 推荐(0) 编辑

mysql 查询 ,修改 行号 ,排序

摘要: from http://database.51cto.com/art/201011/235100.htm先创建一个行号函数:CREATEFUNCTIONrno() RETURNSINT BEGIN SET@rno=@rno+1; RETURN@rno; END; 使用行号函数:mysql>SET@rno=0;mysql>SELECTrno(),s1,s2FROMt; 阅读全文

posted @ 2014-01-16 10:54 passer1991 阅读(391) 评论(0) 推荐(0) 编辑

2014年1月15日

HashMap vs. TreeMap vs. Hashtable vs. LinkedHashMap

摘要: http://www.importnew.com/8658.html 阅读全文

posted @ 2014-01-15 12:28 passer1991 阅读(84) 评论(0) 推荐(0) 编辑

2014年1月14日

Java 位运算

摘要: http://www.cnblogs.com/zhengtao/articles/1916751.html一. 与、或、非、异或运算与0&&0 =01&&0 =00&&1 =01&&1 =1或0||0 =01||0 =10||1 =11||1 =1非(求反)~1 =0~0 =1异或真^假=真假^真=真假^假=假真^真=假 阅读全文

posted @ 2014-01-14 14:09 passer1991 阅读(98) 评论(0) 推荐(0) 编辑

powerdesigner 找回设计表格的工具栏

摘要: 调色板(Palette)快捷工具栏不见了PowerDesigner 快捷工具栏 palette 不见了,怎么重新打开,找回来呢上网搜索了一下”powerdesigner 图形工具栏”,找到了找回PowerDesigner工具栏palette的方法Tools(工具栏)customsize toolbars(自定义工具栏)palette(调色板)勾选 阅读全文

posted @ 2014-01-14 09:46 passer1991 阅读(340) 评论(0) 推荐(0) 编辑

2014年1月12日

SVN服务 用户的权限配置

摘要: 转自:http://blog.me115.com/2013/04/3062.SVN服务配置文件:svnserve.conf查看该文件,首先是匿名用户的权限配置:anon-access = noneauth-access = write表示:对于匿名用户,无访问权限;对于授权用户,有写权限; 阅读全文

posted @ 2014-01-12 18:51 passer1991 阅读(161) 评论(0) 推荐(0) 编辑

SubVersion服务安装设置

摘要: http://wiki.ubuntu.org.cn/SubVersion 阅读全文

posted @ 2014-01-12 15:22 passer1991 阅读(89) 评论(0) 推荐(0) 编辑

2014年1月11日

linux mysql 中文乱码的问题

摘要: 搜索了不少资料,都不起作用,还是stackoverflow上的一位老兄的建议解决了我的问题,见:http://stackoverflow.com/questions/3513773/change-mysql-default-character-set-to-utf8-in-my-cnf在上面网址对应的页面中,有图有真相;我就摘抄几行:------------------------------------------------------------------------------------------------------------------------------------ 阅读全文

posted @ 2014-01-11 15:29 passer1991 阅读(177) 评论(0) 推荐(0) 编辑

linux查看操作系统的字符集

摘要: echo $LANG 阅读全文

posted @ 2014-01-11 14:49 passer1991 阅读(588) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 39 下一页

导航