会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
溜溜达达
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2015年4月2日
二维码
摘要: 转自 点击打开连接二维码,是一种采用黑白相间的平面几何图形通过相应的编码算法来记录文字、图片、网址等信息的条码图片。如下图二维码的特点:1. 高密度编码,信息容量大可容纳多达1850个大写字母或2710个数字或1108个字节,或500多个汉字,比普通条码信息容量约高几十倍。2. 编码范围广该条码可以...
阅读全文
posted @ 2015-04-02 14:38 溜溜达达
阅读(255)
评论(0)
推荐(0)
2015年3月19日
struts2 result type=(chain、dispatcher、redirect、redirect-action)
摘要: (1)type="dispatcher" 为默认,用于jsp页面跳转/index.jsp完整的写法为: /index.jsp(2)type="redirect" 重定向到jsp、action、外部网址/index.jsp/login.dohttp://www.baidu.com重定向时带参数处理方法...
阅读全文
posted @ 2015-03-19 11:16 溜溜达达
阅读(540)
评论(0)
推荐(0)
hibernate bean注解
摘要: @Entity将一个 POJO 类注解成一个实体 bean ( 持久化 POJO 类 )@Table为实体 bean 映射指定具体的表,如果该注解没有被声明,系统将使用默认值 ( 即实体 bean 不带包名的短类名 )@Id将实体bean中的某个属性定义为标识符 ( identifier )@Gen...
阅读全文
posted @ 2015-03-19 11:13 溜溜达达
阅读(276)
评论(0)
推荐(0)
2015年3月4日
js uploadify
摘要: html ------------------------------- 上传| 取消 js方法---------------------------------initUploadify('a...
阅读全文
posted @ 2015-03-04 15:00 溜溜达达
阅读(377)
评论(0)
推荐(0)
2015年3月2日
2进制转化成字符串
摘要: public static void main(String[] args) { System.out.println(StrToBinstr("你好")); System.out.println(new StringToBean().BinstrToStr("100111101100000 ...
阅读全文
posted @ 2015-03-02 15:16 溜溜达达
阅读(2637)
评论(0)
推荐(0)
2015年2月28日
server.xml
摘要: server.xml
阅读全文
posted @ 2015-02-28 09:57 溜溜达达
阅读(119)
评论(0)
推荐(0)
2015年1月4日
html css
摘要: html ul li 小圆点 background:url('../images/ul.png')no-repeat0px;padding-left:10px;img 位置 position:relative;z-index:2;top:-2px;
阅读全文
posted @ 2015-01-04 16:20 溜溜达达
阅读(116)
评论(0)
推荐(0)
2014年12月31日
页面乱码
摘要: 在网上搜了很多资料都没有搞定,一般都有以下几种说法:方法1:在后台中先获得字符串的iso-8859-1编码形式数组,再使用此数组实例一个UTF-8编码形式String类型字符串.页面提交的url为:leavesp?work=部门主管审批后台处理:String inStr=request.getPar...
阅读全文
posted @ 2014-12-31 14:20 溜溜达达
阅读(650)
评论(0)
推荐(0)
2014年12月23日
java class 路径问题
摘要: webResources.class.getClassLoader().getResource("").getPath() +"sys_variable.properties";
阅读全文
posted @ 2014-12-23 16:54 溜溜达达
阅读(134)
评论(0)
推荐(0)
2014年12月18日
table th td 宽度
摘要: table{ 2 width:200px; 3 table-layout: fixed; 4 } 5 .autocut{ 6 overflow:hidden; 7 white-space:nowrap; 8 text-overflow:ellipsis; 9...
阅读全文
posted @ 2014-12-18 16:29 溜溜达达
阅读(1038)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告