上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 109 下一页
摘要: # Spring框架学习 ## xml schema约束 xsi:chemaLocation 第一个值 命名空间,第二个值 xsd文件- xml schema约束规定了xml文件中可以使用的元素,属性- applicationContext.xml中头部的xml schema约束内容是必须 阅读全文
posted @ 2017-06-15 10:36 jiftle 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一、 工作环境 1. windows (64位), JDK (64位),dll文件 (64位) 2. Linux (64位), JDK (64位),so文件 (64位) 3. JNA的官方资源路径为https://github.com/twall/jna/ 二、 实际操作 1.在cf.h头文件有如下 阅读全文
posted @ 2017-06-14 16:46 jiftle 阅读(5286) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+x 转为大写 ctrl+shift+y 转为小写 阅读全文
posted @ 2017-06-14 16:08 jiftle 阅读(169) 评论(0) 推荐(0) 编辑
摘要: <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositori 阅读全文
posted @ 2017-06-14 00:11 jiftle 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 原文: http://www.cnblogs.com/smileberry/p/4145872.html 出处:http://www.cnblogs.com/lichenwei/p/4145696.html Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文 阅读全文
posted @ 2017-06-01 16:07 jiftle 阅读(258) 评论(0) 推荐(0) 编辑
摘要: # vim语法高亮插件编写 编写vim语法高亮插件很简单,只需要编写两个文件.vim放到vim的安装目录下的目录就可以了。 ## 输出 syntax 目录,语法高亮规则,eg. bhl.vim- ftdetect 目录,检测文件类型自动加载语法高亮规则,eg bhl.vim ## 备注 上面两个文件 阅读全文
posted @ 2017-06-01 12:39 jiftle 阅读(1860) 评论(0) 推荐(0) 编辑
摘要: ## 调试时,字节十六进制显示 ## 自动补全 (3)展开Editor选项,点击Conten Assist; (4)在Auto activation trigeer for java:这里录入你需要快速弹出的相关字母(注意大小写都需要录入哦!) .abcdefghijklmnopqrstuvwxyz 阅读全文
posted @ 2017-05-31 17:04 jiftle 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 原文: http://blog.csdn.net/imxiangzi/article/details/7558660 1、龙书(Dragon book) 英文名:Compilers: Principles,Techniques,and Tools 作者:Alfred V.Aho,Ravi Sethi 阅读全文
posted @ 2017-05-31 11:44 jiftle 阅读(14999) 评论(1) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/xudong-bupt/archive/2013/12/29/3483059.html 部分转自:http://goodcandle.cnblogs.com/archive/2005/12/10/294652.aspx 1. 什么是TCP/IP、U 阅读全文
posted @ 2017-05-30 20:21 jiftle 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 首先下载并解压: wget http://curl.haxx.se/download/curl-7.37.1.tar.gz tar -xzvf curl-7.37.1.tar.gz 编译安装: cd curl-7.37.1/ ./configure make sudo make install ## 阅读全文
posted @ 2017-05-30 16:02 jiftle 阅读(482) 评论(0) 推荐(0) 编辑
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 109 下一页