1. 开始只有oracle 和access 连接 2. 打开Oracle SQL Developer: 工具——>首选项——>数据库——>第三方JDBC驱动程序——>添加驱动条目 3. 自动加载到目录,JTDS.jar 下载后就到放这里。 (我的路径:C:\Documents and Setting...
分类:
数据库 时间:
2015-11-02 11:50:37
阅读次数:
269
连接github:1. 生成秘钥 a). 创建SSH key ssh-keygen -t rsa -C “xxx@xxx.com” b). xp:C:\Documents and Settings\Administrator-> .ssh win7: C:\Users\所使用的用户...
分类:
其他好文 时间:
2015-11-01 22:48:42
阅读次数:
178
1.访问documents文件夹(太大的文件夹不要直接放在这个文件夹下面,上线是时候有可能审核被拒) //存储用户数据,需要备份的数据 NSArray * documentArray = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,...
分类:
其他好文 时间:
2015-10-30 20:37:45
阅读次数:
242
通过NSHomeDirectory()获取沙盒目录:获得的沙盒目录结构如下:从上图中可以看出,沙盒目录中包括三个文件夹:Documents、Library、tmp。其中Library文件夹下又包括两个文件夹:Caches、Preferences。下面,就详细介绍这四个目录的作用。Documents:...
分类:
其他好文 时间:
2015-10-28 21:11:25
阅读次数:
308
1、EditableImage.cs类,代码如下:using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.M...
分类:
Web程序 时间:
2015-10-25 22:35:41
阅读次数:
268
沙盒沙盒是一种数据安全策略,只允许自己的应用访问目录。可以使用NSHomeDirectory()获取。ios沙盒下有三个子目录:1.Documents目录:用于存储比较大的文件活着需要频发女更新的数据,需要持久化的数据。获取代码:NSString *documentPath = [NSSearchP...
分类:
移动开发 时间:
2015-10-25 22:13:48
阅读次数:
234
1. 安装git,从程序目录打开 "Git Bash"2. 键入命令:ssh-keygen -t rsa -C "email@email.com""email@email.com"是github账号3. 提醒你输入key的名称,输入如id_rsa4. 在C:\Documents and Settin...
【$in 操作符】 The$inoperator selects the documents where the value of a field equals any value in the specified array. $in 选择包含指定值之一的 doc。 If thefiel...
分类:
其他好文 时间:
2015-10-21 22:41:48
阅读次数:
293
ping是icmp报文的一种应用。用来测试网络中各设备的连通性。在这几天的实验课上,我又用到了这个非常常用的命令,但是这次我发现了一些以前没有太注意的地方,那就是我在Ping不同的地址时所返回的TTL值是不同的。如下:C:\Documents and Settings\Administrator>p...
分类:
其他好文 时间:
2015-10-21 12:26:51
阅读次数:
240
善于内核开发的最好说明就在Documents目录下面
若想进入内核这个“城池”,必先了解它的运行机制,渗透进入,融入其中!
分类:
系统相关 时间:
2015-10-18 22:59:46
阅读次数:
241