1.关于PDF文件 PDF(Portable Document Format的简称,意为“便携式文件格式”)是由Adobe Systems在1993年用于文件交换所发展出的文件格式。它的优点在于跨平台、能保留文件原有格式(Layout)、开放标准,能自由授权(Royalty-free)自由开发PDF...
分类:
其他好文 时间:
2014-09-06 17:14:43
阅读次数:
221
ORA-07274: spdcr: access error, access to oracledenied.
问题现象:
在执行sqlplus / as sysdba 登陆数据库的时候报ORA-12545错误,如下:
[oracle@source ~]$ sqlplus / as sysdba
ORA-12545:Connect failed because targetho...
分类:
数据库 时间:
2014-09-05 18:18:11
阅读次数:
236
PrinterServer:在打印服务器上管理打印队列。 1 // Create a PrintServer 2 // "theServer" must be a print server to which the user has full print access. 3 PrintServer ...
分类:
其他好文 时间:
2014-09-05 18:07:31
阅读次数:
260
OverviewWe can get SegFault by several reasons:aligned access to unaligned memory(usally see in ARM NEON)cross-border accessint temp[2] = {0};temp[2] ...
分类:
系统相关 时间:
2014-09-05 17:57:01
阅读次数:
296
使用OutlookWebAppPolicy邮箱策略来创建自定义级别的策略来管理访问OWA中的功能UseMicrosoftOutlookWebAppmailboxpoliciestocreateorganization-levelpoliciestomanageaccesstofeaturesinOutlookWebApp.具体见微软链接:http://technet.microsoft.com/en-us/library/dd335142(v..
分类:
移动开发 时间:
2014-09-05 16:27:22
阅读次数:
392
linux指定从某个ip访问某个主机或网络测试机A上有3个ip分别为eth0192.168.1.34eth0:1192.168.1.36eth1192.168.1.35首先在测试机B上开机apacheaccess_logtail-f/etc/httpd/logs/access_log接着在测试机A上访问B,可以看到192.168.1.34--[26/Aug/2014:02:54:24+0800]"GET/HTTP/1.1..
分类:
系统相关 时间:
2014-09-05 16:25:22
阅读次数:
262
文件操作的系统函数: open函数,close函数,read函数,write函数,getcwd函数,access函数,stat函数,fstat函数 函数原型: 1:open函数 功能:打开现有的文件,或者创建新文件并打开:,成功返回值是文件标识号,失败为-1 参数:parhname是文件路径,fla...
分类:
系统相关 时间:
2014-09-05 16:02:21
阅读次数:
313
adb pull push文件出现Permission denied,明明已经root
其实很简单
首先adb root
如果提示 adbd cannot run as root in production builds
安装一个叫超级adbd的apk
地址http://www.anzhi.com/soft_616421.html#
在手机上赋予root权限,再开启用超级adbd...
分类:
数据库 时间:
2014-09-05 14:23:21
阅读次数:
583
在搭了一个数据库后,买了一本《让excel飞》,里面有提及access经过研究之后,发现access+excel的结合确实能解决我的大部分难题,并且可以做得更好。比较好的方法是,access连接数据库,或者会定期刷新的表格然后创建好查询,定期导出到excel中,生成图表透视表等另外,有言access...
分类:
数据库 时间:
2014-09-04 23:28:50
阅读次数:
277