1,通过命令行使用.dump来备份成sql文件的方式命令语句:C:/sqlite/sqlite3 tim.db .dump >test.sql.dump ?TABLE? ... Dump the database in an SQL text format If TABLE specified, only dump tables match...
分类:
数据库 时间:
2014-09-04 01:43:07
阅读次数:
360
用户代码未处理 System.InvalidOperationException HResult=-2146233079 Message=未找到具有固定名称“System.Data.SQLite”的 ADO.NET 提供程序的实体框架提供程序。请确保在应用程序配置文件的“entityFramewor...
分类:
数据库 时间:
2014-09-04 00:03:57
阅读次数:
2090
mvc5自动生成的用户验证是比较好用的,还可以扩展,可是要求code first,目前使用sqlite,支持entity framework,但不支持code first。 只有自已简单模仿一下了。经过实验,如下几条后,可以运行了。 webconfig Startup.Auth.cs public ...
分类:
Web程序 时间:
2014-09-04 00:03:17
阅读次数:
2352
1,锁表语句简单查询方法 select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time...
分类:
数据库 时间:
2014-09-03 22:33:27
阅读次数:
437
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:
数据库 时间:
2014-09-03 09:30:46
阅读次数:
328
PostgresqlPostgresql支持Code First的方式自动生成表,不过默认的模式是dbo而不是public,而且还可以自动生成自增主键。 SQLiteSQLite不支持Code First的方式自动生成表,所以可能会报找不到相应的ta...
分类:
数据库 时间:
2014-09-03 01:30:05
阅读次数:
389
首页布局:1 SliddingMenu + ViewPagerIndicator2 JSON 解析 FastJson3 网络请求 Volley4 sqlite 数据库简单封装,主要处理数据库版本升级问题5 微信、微博 API 简单封装6 代码混淆。。。。。。github:https://githu....
分类:
移动开发 时间:
2014-09-02 22:34:35
阅读次数:
267
使用谷歌开源项目OCR移植到安卓平台,由于是C语言的代码所以在安卓上想使用的话就必须要NDK编译成SO文件进行调用。同时项目主要将OCR识别出的字符(目前只支持英文)进行翻译。翻译的话使用内置的sqlite数据库作为本地翻译,云翻译则使用有道的API进行云翻译。http://pan.baidu.co...
分类:
其他好文 时间:
2014-09-01 17:31:53
阅读次数:
236
1、bitmap保存到SQLite中数据格式:db.execSQL("Createtableexpress(_idINTEGERPRIMARYKEYAUTOINCREMENT,express_novarchar(100),express_nameTEXT,express_imgBLOB);");2、bitmap变为BlobContentValuesvalues=newContentValues();finalByteArrayOutputStreamos=newByteArrayOu..
分类:
数据库 时间:
2014-09-01 15:57:13
阅读次数:
327
PIGS
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 16398
Accepted: 7347
Description
Mirko works on a pig farm that consists of M locked pig-houses and ...
分类:
其他好文 时间:
2014-08-31 23:01:32
阅读次数:
358