上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 57 下一页
摘要: $.extend({ getHtml:function(url,callback){ $.ajax({ dataType:"html", url:url, timeout:1500, success:callback, error:function(XMLHttpRequest, textStatu 阅读全文
posted @ 2017-07-12 13:58 whmmm 阅读(359) 评论(0) 推荐(0)
摘要: Spring中事务控制相关配置: 其中的“aop:pointcut”标签中"expression"的写法规则如下: execution(modifiers-pattern? ret-type-pattern declaring-type-pat... 阅读全文
posted @ 2017-07-12 11:06 whmmm 阅读(188) 评论(0) 推荐(0)
摘要: jdk1.8 true 1.8 1.8 1.8 1.8 ... 阅读全文
posted @ 2017-07-12 10:40 whmmm 阅读(691) 评论(0) 推荐(0)
摘要: application/json;charset=UTF-8 text/html;charset=UTF-8 ... 阅读全文
posted @ 2017-07-11 16:26 whmmm 阅读(112) 评论(0) 推荐(0)
摘要: 点击这里的曲别针就好了。。。。 自定义控件主题。。。。。 #学习地址: http://www.cnblogs.com/anding/p/4993655.html 阅读全文
posted @ 2017-07-09 20:38 whmmm 阅读(178) 评论(0) 推荐(0)
摘要: 去空格及特殊符号 复制字符串 连接字符串 查找字符 比较字符串 扫描字符串是否包含指定的字符 字符串长度 将字符串中的大小写转换 追加指定长度的字符串 追加指定长度的字符串 字符串指定长度比较 复制指定长度的字符 将字符串前n个字符替换为指定的字符 扫描字符串 扫描字符串 翻转字符串 查找字符串 分 阅读全文
posted @ 2017-07-08 00:44 whmmm 阅读(228) 评论(0) 推荐(0)
摘要: decode的作用是将其他编码的字符串转换成unicode编码,如str1.decode('gb2312'),表示将gb2312编码的字符串str1转换成unicode编码。 encode的作用是将unicode编码转换成其他编码的字符串,如str2.encode('gb2312'),表示将unic 阅读全文
posted @ 2017-07-07 23:30 whmmm 阅读(566) 评论(0) 推荐(0)
摘要: 默认的编译器可以直接按Ctrl+B编译运行Python,并在控制台输出结果.美中不足的是无法输出中文,需要自己手动配置一番。 在Sublime Text 3 中依次点击菜单Tools->build system->New build system,粘贴下方的代码并保存为python.sublime- 阅读全文
posted @ 2017-07-07 17:33 whmmm 阅读(1455) 评论(0) 推荐(0)
摘要: Python直接读取中文路径的文件时失败,可做如下处理: inpath = 'D:/work/yuanxx/在线导航/驾车导航/walk_log/20130619_172355.txt' uipath = unicode(ipath , "utf8") 然后用"uipath"经过编码后的路径去ope 阅读全文
posted @ 2017-07-07 16:56 whmmm 阅读(729) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/isea533/article/details/50278205 阅读全文
posted @ 2017-07-07 13:57 whmmm 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 57 下一页
//增加一段JS脚本,为目录生成使用