Code First with existing database创建一个程序添加一个'ADO.NET Entity Data Model'在Entity Data Model Wizard中选择'Code First from database'然后选择已经存在的数据库确认之后,会在项目中添加一些...
分类:
其他好文 时间:
2014-11-23 22:55:57
阅读次数:
175
download the egit plugin and install in eclipseclone the opencms source file using egitimport the project into workplace as a new wizard project in gi...
分类:
系统相关 时间:
2014-11-23 20:10:18
阅读次数:
286
原文:Inno setup定制安装界面Innosetup功能很强大,可以通过它提供的Wizard接口来定制界面,但我对PASCAL语言不熟悉,也不清楚通过那种接口可改动的范围有多大,最后做出来的效果是否好,所以选择了通过一个DLL来实现我的界面。 首先,脚本中增加如下设置,以禁至所有Inno set...
分类:
其他好文 时间:
2014-11-23 13:00:24
阅读次数:
263
项目/Runtime/Logs/下的文件生成了很多很多,而且都是1M-2M的TXT文件有些网站小空间都被沾满了。哪位大虾知道怎么关闭这个日志功能'DB_SQL_LOG' => false, // SQL执行日志记录/* 日志设置 */'LOG_RECORD' => false, // 默认不记录日志...
分类:
Web程序 时间:
2014-11-23 10:29:08
阅读次数:
1734
最近跟 James 讨论为何「ApexSQL Log」这个工具可以读到被删除的数据呢?原来它是透过 Transaction Log 来读取数据的!于是透过 Transaction Log 到网络上有找到「SQL Server – How to find Who Deleted What record...
分类:
数据库 时间:
2014-11-22 10:34:07
阅读次数:
304
用Swift语言进行iOS开发,如需加上背景音乐并进行简单地控制可以使用AV Foundation框架,而对于压缩过的Audio文件或者超过30秒的音频文件,则使用AVAudioPlayer类。为APP加上背景音乐? 首先,在ViewController.swift的文件顶部添加?行代码:impor...
分类:
移动开发 时间:
2014-11-21 15:56:44
阅读次数:
202
2014年11月20日,星期四 更新1. 示例1declare/* type card_rec_type is record ( dn_no channel.dn_no%type, channel_id channel.channel_id%type); type nested_card_type ...
分类:
数据库 时间:
2014-11-21 01:18:08
阅读次数:
408
1、Sencha Touch 默认style="width: 100% !important;"时如何去掉这个设置?updateRecord: function(record) {var me = this;me.element.setStyle('width','');}使用setStyle方法重...
分类:
其他好文 时间:
2014-11-21 01:13:29
阅读次数:
184
(The record length is the number of characters, including spaces, in a data line.) If your data lines are long, and it looks like SAS is not reading a...
分类:
其他好文 时间:
2014-11-20 23:31:05
阅读次数:
1331
1,获取视频的信息
ffmpeg -i video.avi
2,将图片序列分解合成视频
ffmpeg -i src.mpg image%d.jpg
ffmpeg -f image2 -i image%d.jpg dst.mpg
3, 从视频中分离 video, audio 片断
只要音频
ffmpeg -i src.mp4 -ss 00:00:10 ...
分类:
其他好文 时间:
2014-11-20 18:51:09
阅读次数:
238