码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
Oracle 11g 的PL/SQL函数结果缓存
模仿Oracle性能诊断艺术中的例子做了两个试验,书上说如果不用RELIES_ON,则函数依赖的对象发生的变更操作就不会导致结果缓存的失效操作(result_cache RELIES_ON(test1,test2)),试验证明不对,函数f1()并没有使用RELIES_ON,但表上的变化影响到了函数。 C:\Documents and Settings\guogang>sqlplus gg_tes...
分类:数据库   时间:2014-08-04 21:37:38    阅读次数:372
UVa 1339 Ancient Cipher
Ancient Cipher Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent between provinces and the capit...
分类:其他好文   时间:2014-07-30 17:35:14    阅读次数:227
LyX中文配置
环境:OS X 10.9; MacTeX-2014; LyX Version 2.1.0Ⅰ. 中文字体使用XeTeX引擎: PDF(XeTeX)。LyX-Documents-Settings-Language:Language: Chinese(simplified)Encoding-Other: ...
分类:其他好文   时间:2014-07-30 17:15:54    阅读次数:437
MoveSessionRestore.bat for firefox
move "c:\Documents and Settings\leon\Application Data\Mozilla\Firefox\Profiles\eyr6cp34.default\sessionstore.bak" "c:\Documents and Settings\leon\Application Data\Mozilla\Firefox\Profiles\eyr6cp34.def...
分类:其他好文   时间:2014-07-27 11:18:22    阅读次数:174
【于燕飞韩丽丽】边缘检测代码
im=imread('C:\Documents and Settings\Administrator\桌面\2.jpg');Subplot(231);imshow(im);title('原始图像');ii=rgb2gray(im);%ii=im2double(ii);Subplot(232);ims...
分类:其他好文   时间:2014-07-27 09:43:42    阅读次数:475
AutoCAD2006,2008点击激活后到了注册界面就停止工作
1.可能需要卸载更新kb2962872,重启后可以正常激活。2.也可能是这样的:cad重新安装注册不上的问题是在电脑里有一个注册信息,把他删掉才能重新注册位置在c:\Documents and Settings\all users\Application Data\Autodesk把这个文件删掉就可...
分类:其他好文   时间:2014-07-26 14:06:24    阅读次数:235
在Adobe AIR/AS 程序中 如何设置目录
首先所有目录都以 "File:///"开头,无论Mac或者Windows后面的路径Windows: E:/WorkGround/Txt.txt --> "File:///E:/WorkGround/Txt.txt"Mac: /User/eran/Documents/Txt.txt --> "Fil....
分类:其他好文   时间:2014-07-25 14:07:41    阅读次数:209
Mac常用快捷键
Mac使用快捷键会节省很多时间。使用最多的键就是shift键  option键 command键的组合了。当然一下稍微用得多一点点,还有很多快捷键没一一列举了 进入指定目录的一些快捷键 进入 All My Files目录: shift+command+f 进入Documents目录:shift+command+o 进入Desktop目录:shift+command+d 进入Home目录:...
分类:其他好文   时间:2014-07-25 11:02:51    阅读次数:281
IOS中获取各种文件的目录路径的方法
iphone沙箱模型的有四个文件夹,分别是什么,永久数据存储一般放在什么位置,得到模拟器的路径的简单方式是什么.documents,tmp,app,Library。(NSHomeDirectory()),手动保存的文件在documents文件里Nsuserdefaults保存的文件在tmp文件夹里1...
分类:移动开发   时间:2014-07-25 10:50:51    阅读次数:192
GetModuleFileNameA()与GetCurrentDirectoryA()
头文件: #include GetModuleFileNameA()char moduleFileName[MAX_PATH]; GetModuleFileNameA(0, moduleFileName, MAX_PATH);取得的路径为:c:\Documents and Settings\...
分类:其他好文   时间:2014-07-23 16:47:41    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!