最近在mac上编译xml文本文件的时候用vim打开文件汉字总是显示乱码,修改.vimrc,修改iterm编码格式各种方法都使用遍了。最后通过iconv工具将原来的文件编码格式直接转为UTF-8解决掉。 具体如下: iconv -f GB2312 -t UTF-8 xxxxxx.xml 引用博客园其他 ...
分类:
其他 时间:
2016-05-03 14:20:18
收藏:
0 评论:
0 赞:
0 阅读:
198
此API提供包括上证50(sh000016),上证180(sh000010),沪深300(sh000300),中证500(sh000905),中证100(sh000903),深证100(sz399330),中小板指(sz399005),创业板指(sz399006) 的历史成份股数据。 例如,要获取上 ...
分类:
Windows开发 时间:
2016-05-03 14:20:07
收藏:
0 评论:
0 赞:
0 阅读:
401
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, ...
分类:
其他 时间:
2016-05-03 14:20:00
收藏:
0 评论:
0 赞:
0 阅读:
250
1 引子 虽然是计算机科班出身,但从小对几何方面的东西就不太感冒,空间想象能力也较差,所以从本科到研究生,基本没接触过《计算机图形学》。为什么说基本没学过呢?因为好奇(尤其是惊叹于三维游戏的逼真,如魔兽世界、极品飞车),在研究生阶段还专门选修计算机图形学,但也只是听了几堂课,知道了有帧缓存、齐次坐标 ...
分类:
其他 时间:
2016-05-03 14:19:39
收藏:
0 评论:
0 赞:
0 阅读:
358
原文地址::http://120.132.134.205/cmdn/supesite/?uid-5358-action-viewspace-itemid-6527 GLSurfaceView是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。 GLSurface ...
分类:
其他 时间:
2016-05-03 14:19:22
收藏:
0 评论:
0 赞:
0 阅读:
248
To make this launch image, I ran the app in the Simulator and chose File → Save Screen Shot. This puts a new PNG file on the Desktop. I then opened th ...
分类:
其他 时间:
2016-05-03 14:19:18
收藏:
0 评论:
0 赞:
0 阅读:
219
针对手机端页面,通常情况下,需要对设计图片切两种图片。 ①:dpr:2 切两倍图(即设计原图大小,因为设计图是按原来的手机尺寸放大两倍之后的) 一般保存为xxx@2x ②:dpr:3 切三倍图(即设计原图大小的1.5倍,因为设计图是按原来的手机尺寸放大两倍之后的) 一般保存为xxx@3x 淘宝的做法 ...
分类:
移动平台 时间:
2016-05-03 14:19:12
收藏:
0 评论:
0 赞:
0 阅读:
211
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Input a list of sections that will be included in login form navigation. # login. ...
分类:
其他 时间:
2016-05-03 14:18:42
收藏:
0 评论:
0 赞:
0 阅读:
146
296、 297、View the Exhibit for some of the parameter settings. You start a session and issue the following command: SQL>CREATE INDEX emp_ename ON emp(e ...
分类:
其他 时间:
2016-05-03 14:18:30
收藏:
0 评论:
0 赞:
0 阅读:
275
思科IOS有2种主要命令行模式:用户模式与特权模式 1.用户模式(user mode),当用“>”表示实在用户模式下 2.特权模式(exec mode),当用"#"表示是在特权模式下 3.在不同模式下切换的相关命令 用户模式 与 特权模式相互间的切换(注意提示符的变化) 4.要对Router进行配置 ...
分类:
移动平台 时间:
2016-05-03 14:18:19
收藏:
0 评论:
0 赞:
0 阅读:
217
背景 地址:https://github.com/huijimuhe/postman 核心就是android的AccessibilityService,回复功能api需要23以上版本才行。 其实很像在做单元测试。你可以有n种方式实现发帖功能,这只是一个比较邪火的方式,亲测过一次,可行。这里我以网易新 ...
分类:
微信 时间:
2016-05-03 14:18:10
收藏:
0 评论:
0 赞:
0 阅读:
617
...
分类:
移动平台 时间:
2016-05-03 14:17:59
收藏:
0 评论:
0 赞:
0 阅读:
143
...
分类:
编程语言 时间:
2016-05-03 14:17:49
收藏:
0 评论:
0 赞:
0 阅读:
207
1、查询结果填充到实体list try{ Session session =null; SQLQuery sQuery =null; session = this.getSession(); sQuery = session.createSQLQuery(sql.toString()); sQuer ...
分类:
编程语言 时间:
2016-05-03 14:17:29
收藏:
0 评论:
0 赞:
0 阅读:
160
2016-05-03 12:52:00 把代码同步到远程github,还算比较顺利。主要参考了以下两个博客,谢谢 http://blog.csdn.net/duxinfeng2010/article/details/8654690 http://blog.csdn.net/qyf_5445/arti ...
分类:
其他 时间:
2016-05-03 14:17:21
收藏:
0 评论:
0 赞:
0 阅读:
154
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Set this to true to enable OpenId authentication. If set to true, then the # prop ...
分类:
其他 时间:
2016-05-03 14:16:59
收藏:
0 评论:
0 赞:
0 阅读:
136
一、根据http://www.itnose.net/detail/6139800.html 基本安装成功二、根据http://www.cnblogs.com/freebsd-pann/archive/2011/11/05/2236977.html 创建项目 三、过程中遇到的几个问题: 1.找不到项目 ...
分类:
编程语言 时间:
2016-05-03 14:16:48
收藏:
0 评论:
0 赞:
0 阅读:
150
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Specify the locales that are enabled by default. # locales.enabled=zh_CN,en_US # ...
分类:
编程语言 时间:
2016-05-03 14:16:42
收藏:
0 评论:
0 赞:
0 阅读:
149
MainActivity.class: vo类: 适配器:bitmap解析图片: ...
分类:
其他 时间:
2016-05-03 14:16:23
收藏:
0 评论:
0 赞:
0 阅读:
213
写一个对话框,UI要求实现这个背景,使用sharp实现,顶部背景上面有圆角,下面没有圆角,so easy!,新建sharp文件 将corners上面的设置为8dp,下面设置为0,结果报错:Different corner sizes are not supported in Path.addRoun ...
分类:
其他 时间:
2016-05-03 14:16:09
收藏:
0 评论:
0 赞:
0 阅读:
163