java 字符串截取(当遇到截取半个汉字的处理)方法2舍去(项目中用的) 方法1是看的别人的,个人认为方法1简洁 package everyDay; import java.io.UnsupportedEncodingException; /** * * 题目:编写一个截取字符串的函数,输入为一个字 ...
分类:
编程语言 时间:
2016-12-22 19:51:09
阅读次数:
308
原文:http://www.jb51.net/article/44021.htm 项目中要求读取excel文件内容,并将其转化为xml格式。常见读取excel文档一般使用POI和JExcelAPI这两个工具。这里我们介绍使用POI实现读取excel文档。 (注:HSSFWorkbook:是操作Exc ...
分类:
数据库 时间:
2016-12-22 19:25:51
阅读次数:
348
安装教程来自 http://laravelacademy.org/post/6547.html 1.系统环境windows 10 nodejs3.9.2 composer1.2.4(国内镜像) Cmder(ConEmu 161206) 2.打开终端输入 3.安装最后出现 4.参考 http://st ...
教程 23阴影贴图1原文: http://ogldev.atspace.co.uk/www/tutorial23/tutorial23.htmlCSDN完整版专栏: http://blog.csdn....
分类:
其他好文 时间:
2016-12-22 15:09:34
阅读次数:
325
NavigationView是Android 5.0新特性——Material Design中的一个布局控件,可以结合DrawerLayout使用,让侧滑菜单变得更加美观(可以添加头部布局)。 NavigationView需要嵌套在DrawerLayout内部,其相对于单独使用DrawerLayou ...
分类:
移动开发 时间:
2016-12-22 14:32:51
阅读次数:
335
转自:http://www.linux-usb.org/ Welcome to the home of the Linux USB Project This web site was created to serve as a central point of information for USB ...
分类:
系统相关 时间:
2016-12-21 20:58:37
阅读次数:
242
cannot define new methods on non-local type int 参考资料: http://wiki.jikexueyuan.com/project/the-way-to-go/10.6.html http://stackoverflow.com/questions/2 ...
分类:
其他好文 时间:
2016-12-21 20:41:50
阅读次数:
1011
出现该错误往往是通过open()函数打开文本文件时,使用了‘rb’属性,如:fileHandle=open(filename,'rb'),则此时是通过二进制方式打开文件的,所以在后面处理时如果使用了str()函数,就会出现该错误,该错误不会再python2中出现。 具体解决方法有以下两种: 第一种, ...
分类:
编程语言 时间:
2016-12-21 20:32:53
阅读次数:
764
stackoverflow上看到的这个问题,觉得挺有趣,顺手记下来。 楼主提问: I bumped into this strange macro code in /usr/include/linux/kernel.h: You should read the expression like thi ...
分类:
其他好文 时间:
2016-12-21 20:26:33
阅读次数:
163
新知识,新摘要: 效果图:framgent导入包都是v4包下,谨慎导入错误! 首先设置viewPager布局: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.co ...
分类:
其他好文 时间:
2016-12-21 16:29:16
阅读次数:
219