看雪自带的搜索感觉不是太好用, 然后弄了个爬虫 目前支持4种功能 1. 爬取某个版块所有的链接, 并保持到文件 2. 自动把精华帖分类出来, 并保存到文件 3. 把含有指定关键字的链接单独保存为文件(针对所有链接) 4. 把含有指定关键字的链接单独保存为文件(针对所有精华帖链接) github下载地 ...
分类:
其他好文 时间:
2016-12-03 00:51:32
阅读次数:
226
1 Only account, contact, lead, incident entities are supported for merge 2 Merging Custom Entity Records with Dynamics CRM 2011 Dialog https://communi ...
分类:
其他好文 时间:
2016-12-02 21:36:29
阅读次数:
257
$.ajax({ url:url+"/crm/contact", type:'PUT', contentType: "application/json", timeout : "3000", cache:false, data: JSON.stringify({ "id":n, "name":$(' ...
分类:
Web程序 时间:
2016-11-27 13:41:39
阅读次数:
339
1、xml文件 2、编写contact类 3、读取xml文件信息,写入对象中 ...
分类:
其他好文 时间:
2016-11-26 17:44:49
阅读次数:
117
第一步:引入必要的js: 1 <script src="js/lib/angular.js"></script> 2 <script src="js/lib/angular-animate.min.js"></script> 3 <script src="js/lib/angular-route.m ...
分类:
Web程序 时间:
2016-11-22 23:05:19
阅读次数:
261
ORA-12547:TNS:lost contact sqlplus无法正常登陆数据库 解决思路如下: 1、查看操作系统内核参数是否无误 [oracle@normal adump]$ ulimit -a core file size (blocks, -c) 0 data seg size (kby ...
分类:
其他好文 时间:
2016-11-22 02:25:26
阅读次数:
371
Python 基础语法(四) 接 Python 基础语法(三) 十、Python标准库 Python标准库是随Pthon附带安装的,包含了大量极其有用的模块。 1. sys模块 sys模块包含系统对应的功能 sys.argv 包含命令行参数,第一个参数是py的文件名 sys.platform 返回平 ...
分类:
编程语言 时间:
2016-11-20 16:02:10
阅读次数:
221
class Contact { public string name { get; set; } public string phoneNum { get; set; } public int age { get; set; } public string danger { get; set; } ...
分类:
其他好文 时间:
2016-11-15 23:50:13
阅读次数:
396
首先,我们需要知道的两个Uri: 1、Uri uri = Uri.parse("content://com.android.contacts/raw_contacts");//查到data表中raw_contact_id 2、Uri uri1 = Uri.parse("content://com.a ...
分类:
其他好文 时间:
2016-11-14 17:12:06
阅读次数:
217
cardova代理 $ npm config --global set registry http://registry.cnpmjs.org cardova添加插件 格式:cordova plugin add cordova-plugin-device 基本设备信息 cordova-plugin- ...
分类:
其他好文 时间:
2016-11-12 11:15:58
阅读次数:
919