github地址:https://github.com/zmxfree/addressapart比如将浙江省杭州市江干区XX路X号分割成浙江省 杭州市 江干区 XX路X号,方便excel操作。目前支持大部分中国省市区地址信息的分割,可以自行更新地址源信息。主程序代码: array('浙江省' => ...
分类:
Web程序 时间:
2014-06-27 17:33:28
阅读次数:
243
第一步:先总体看下要在本地创建的文件目录/jun_demo |-- _config.yml |-- _layouts | |-- default.html |-- _posts | |-- 2014-06-26-hello-world.html |-- ...
分类:
其他好文 时间:
2014-06-27 15:06:40
阅读次数:
222
原文地址:http://blog.csdn.net/duqi_2009/article/details/12646711电子书GotGitHubGit Workflow文章GitHub Fundamentalvisual-git-guide图形化的Git参考手册Linux下使用git命令以及gith...
分类:
其他好文 时间:
2014-06-27 13:45:36
阅读次数:
217
汉字转拼音的库主要是:pinyin https://github.com/hotoo/pinyinPYMethod https://github.com/a85816841/PotentialGragonSnail/tree/master/ql/lib/pinyingPOAPinyin h...
分类:
移动开发 时间:
2014-06-27 13:31:58
阅读次数:
232
注释中address是纠正的意思 等价于correct/*!Pure v0.5.0Copyright 2014 Yahoo! Inc. All rights reserved.Licensed under the BSD License.https://github.com/yui/pure/blo...
分类:
Web程序 时间:
2014-06-27 12:44:58
阅读次数:
356
在项目中引入json2.js官方http://www.json.org/源码地址:https://github.com/douglascrockford/JSON-js $.ajax({ url: '/LicXXse/Add', conten...
分类:
Web程序 时间:
2014-06-27 00:40:27
阅读次数:
296
html:s2t.js: 个别字可手动添加,对应简繁位置 即可,(数组实现)/** * jquery-s2t v0.1.0 * * https://github.com/hustlzp/jquery-s2t * A jQuery plugin to convert between Simplifi....
分类:
Web程序 时间:
2014-06-26 21:57:29
阅读次数:
485
(1)下载连接java 的驱动包mongo-2.10.1.jar下载网址 https://github.com/mongodb/mongo-java-driver/downloads(2)导入下载好的驱动包(3)简单的使用demoimport java.net.UnknownHostExceptio...
分类:
数据库 时间:
2014-06-26 15:53:12
阅读次数:
278
https://github.com/AFNetworking/AFNetworking/http://blog.csdn.net/duxinfeng2010/article/details/8620901http://www.raywenderlich.com/zh-hans/36079/afne...
分类:
Web程序 时间:
2014-06-26 15:35:36
阅读次数:
198
1.背景 项目需求,要求获得github的repo的api,以便可以提取repo的数据进行分析。研究了一天,终于解决了这个问题,虽然效率还是比较低下。 因为github的那个显示repo的api,列出了每个repo的详细信息,而且是json格式的。现在貌似还没有找到可以分析多个json格式数据的方法,所以用的是比较蠢得splite加re的方法。如果大家有更好的方法,不发留言讨论!...
分类:
编程语言 时间:
2014-06-26 10:28:19
阅读次数:
295