有时候当我们拿到一个sql大的脚本文件(比如几百M),要执行的话,可以选择sqlcmd1.就下面一句C:\>sqlcmd -i test.sql -d databasename -s 127.0.0.1注意:这个test.sql文件要放到对应的盘符中去(这里就是放入C盘)相关参数C:\Users\A...
分类:
数据库 时间:
2014-07-29 21:43:52
阅读次数:
371
C:\Users\ADMINI~1\AppData\Local\Temp\ //GetTempPath获得临时文件目录(Temp文件夹) function TempPath:String;vartmp:array [0..MAX_PATH] of Char;beginGetTempPath(MAX_...
分类:
其他好文 时间:
2014-07-29 21:01:32
阅读次数:
252
把7za.exe 复制到 C:\Windows\System32下面 按时间命名备份 备份前 请退出WIZ C:\Users\Administrator\Desktop\7za.exe a C:\Users\Administrator\Desktop\abc.7z C:\Users\Administ...
分类:
其他好文 时间:
2014-07-29 20:46:52
阅读次数:
249
7za.exe x-aoa完美国际补丁.7z7za.exe x -aoa 完美国际补丁.7z -o"C:\Users\Admin\AppData\Local\Temp\完美国际补丁"来自为知笔记(Wiz)
分类:
其他好文 时间:
2014-07-29 20:46:42
阅读次数:
178
SSH Tunneling Explained Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through the set up guide I...
分类:
其他好文 时间:
2014-07-29 16:55:54
阅读次数:
386
/*
Easier Done Than Said?
Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords
that are easy to remember (like buddy), but such passwords are often insecure. Some...
分类:
其他好文 时间:
2014-07-29 14:40:28
阅读次数:
288
/*
Easier Done Than Said?
Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords
that are easy to remember (like buddy), but such passwords are often insecure. Some...
分类:
其他好文 时间:
2014-07-29 14:39:48
阅读次数:
302
EF(Entity Framework)是微软的一个ORM框架
使用过EF的同学都知道它有一个延迟加载的功能
那么这个延迟加载的功能到底是什么?
为什么需要延迟加载?
使用延迟加载的优点和缺点又各是什么?
可以通过一个简单的小例子来阐述EF的这些问题
首先使用到了两个很简单的数据表
关系图如下:
T_Product的Uid关联到T_Users的Id,形成一个外键关系...
分类:
其他好文 时间:
2014-07-29 14:24:48
阅读次数:
5139
1) 检查当前僵尸进程信息# ps -ef | grep defunct | grep -v grep | wc -l175# top | head -2top - 15:05:54 up 97 days, 23:49, 4 users, load average: 0.66, 0.45, 0.39...
分类:
系统相关 时间:
2014-07-29 10:33:06
阅读次数:
363
# QVTKRenderWindowInteractor要求必须有初始化好的parent ? ? def CreateScene(self, parent): ? ? ? ? view = QVTKRenderWindowInteractor(parent) ? ? ? ? renderer = vtkRenderer() ? ? ?...
分类:
其他好文 时间:
2014-07-28 17:00:34
阅读次数:
333