1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库
是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在
Microsoft.Phone.Interop.ni.dll 中发生...
分类:
其他好文 时间:
2014-05-20 00:27:40
阅读次数:
365
ERROR: could not load library "D:/Program
Files/PostgreSQL/9.3/lib/postgis-2.1.dll": Invalid access to memory
location.这个错误,参照:http://trac.osgeo.org/p...
分类:
数据库 时间:
2014-05-19 23:52:29
阅读次数:
1776
Python load json file with UTF-8 BOM header -
Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport
codecsjson.load(codecs.ope...
分类:
编程语言 时间:
2014-05-19 23:02:20
阅读次数:
507
准备要做java服务器,在安装开发环境时,启动Eclipse报错[Failed to load the
JNI shared library jvm.dll]研究了下,造成错误的原因是由于eclipse与jdk的不一致造成的。我的开发环境是64位windows8
Pro,安装了64位jdk1.6,e...
分类:
系统相关 时间:
2014-05-19 21:50:36
阅读次数:
440
1、控制文件中注释用“--”2、为防止导入出现中文乱码,在控制文件中加入字符集控制LOAD
DATACHARACTERSET ZHS16GBK3、让某一列成为行号,用RECNUM关键字[sql]view
plaincopyprint?loaddatainfile*intotabletreplace(...
分类:
数据库 时间:
2014-05-19 21:42:01
阅读次数:
466
SOS调试扩展让你可以查看在公共语言运行时里面运行的代码的有关信息。例如,你可以使用SOS调试扩展显示托管堆的有关信息,查找堆的错误,显示运行时使用的内部数据类型,以及查看在运行时里面运行的所有托管代码的有关信息。
使用SOS调试扩展的办法是把它装入到WinDbg.exe调试器,或者Visua...
分类:
其他好文 时间:
2014-05-19 11:28:04
阅读次数:
287
1. vs 中新建win32 dll 项目 testdll添加实现文件
test.cpp#include "stdafx.h" #include using namespace std;int Add(int plus1, int
plus2){ int add_result = plus1 ...
分类:
编程语言 时间:
2014-05-19 10:25:52
阅读次数:
309
http://stackoverflow.com/questions/21140852/start-tabtip-with-numpad-view-open
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto...
分类:
Windows程序 时间:
2014-05-17 15:25:14
阅读次数:
1105
晚上还在加班,依旧是没有加班工资,每天在公司待时间将近十二小时,没有加班费,虽然跟哪些很拼命的人相比还有差距,但在多数人眼里我加班已经很多了,自己也不想这样,只有在其它方面更努力寻求变化。今天遇到div被控件遮挡问题,上网搜索还有很多人说设置zinde值设大,尝试了不行,又看到一条比较相信的理论,....
分类:
其他好文 时间:
2014-05-17 15:22:30
阅读次数:
195
1. VMware安装失败 “Failed to create the requested
registry key Key:installer Error:1021"1.1.
windows7在注册表(cmd--->regedit)中找到HKEY_LOCAL_MACHINE ---> SOFTWA...
分类:
其他好文 时间:
2014-05-17 15:15:48
阅读次数:
259