码迷,mamicode.com
首页 >  
搜索关键字:sqlite locked    ( 5240个结果
[Sqlite]-->使用Java程序、cmd命令行来备份恢复Sqlite数据库
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.Data.SQLite”的 ADO.NET 提供程序的实体框架提供程序
用户代码未处理 System.InvalidOperationException HResult=-2146233079 Message=未找到具有固定名称“System.Data.SQLite”的 ADO.NET 提供程序的实体框架提供程序。请确保在应用程序配置文件的“entityFramewor...
分类:数据库   时间:2014-09-04 00:03:57    阅读次数:2090
Asp.Net Identity自定义user类的运用,ClaimsIdentity
mvc5自动生成的用户验证是比较好用的,还可以扩展,可是要求code first,目前使用sqlite,支持entity framework,但不支持code first。 只有自已简单模仿一下了。经过实验,如下几条后,可以运行了。 webconfig Startup.Auth.cs public ...
分类:Web程序   时间:2014-09-04 00:03:17    阅读次数:2352
Oracle数据库锁表的查询方法以及解锁的方法
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
Sqlite: unable to open database file
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
Entity Framework 6连接Postgresql、SQLite、LocalDB的注意事项和配置文件
PostgresqlPostgresql支持Code First的方式自动生成表,不过默认的模式是dbo而不是public,而且还可以自动生成自增主键。 SQLiteSQLite不支持Code First的方式自动生成表,所以可能会报找不到相应的ta...
分类:数据库   时间:2014-09-03 01:30:05    阅读次数:389
android 仿网易新闻首页框架
首页布局:1 SliddingMenu + ViewPagerIndicator2 JSON 解析 FastJson3 网络请求 Volley4 sqlite 数据库简单封装,主要处理数据库版本升级问题5 微信、微博 API 简单封装6 代码混淆。。。。。。github:https://githu....
分类:移动开发   时间:2014-09-02 22:34:35    阅读次数:267
OCR识别
使用谷歌开源项目OCR移植到安卓平台,由于是C语言的代码所以在安卓上想使用的话就必须要NDK编译成SO文件进行调用。同时项目主要将OCR识别出的字符(目前只支持英文)进行翻译。翻译的话使用内置的sqlite数据库作为本地翻译,云翻译则使用有道的API进行云翻译。http://pan.baidu.co...
分类:其他好文   时间:2014-09-01 17:31:53    阅读次数:236
sqllite 图片存取
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
POJ--1149--PIGS
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!