码迷,mamicode.com
首页 >  
搜索关键字:source insight    ( 17514个结果
【Note2】用keil对工程编译时,工程中已经包含的文件会报错:cannot open source input file usb_conf.h No such file or directory
错误举例: ..\..\Libraries\STM32_USB-FS-Device_Driver\inc\usb_type.h(21): error:  #5: cannot open source input file "usb_conf.h": No such file or directory 这是因为没有设置 STM32 固件库的目录, 编译器就默认到 “Keil”根目录下的某某目录找...
分类:其他好文   时间:2014-08-01 16:07:51    阅读次数:294
MySQL for Linux(source installation )
Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION.tar.gz->chown-Rroot.rootmysql-VERSION->mkdirmybuild->cdmybuild->cmake-DBUILD_CONFIG=mysql_release\-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\../mysql_VERSION->make-j&&mak..
分类:数据库   时间:2014-08-01 13:54:12    阅读次数:220
Parameters.AddWithValue(“@参数”,value)方法
以前用command方法执行存储过程增加参数时,总是先用cmd.Parameters.Add方法来设置参数和参数类型,再用Parameters[0].Value来给参数赋值。以前的一个动作代码示例: 1 string strConn = "Data Source=.;Initial Catalog=...
分类:其他好文   时间:2014-08-01 13:15:41    阅读次数:242
delphi 在 DragDrop 的时候,滚动 TreeView
在 DragDrop 的时候,滚动 TreeView 当高度不够的时候 procedure TForm1.TreeView1DragOver(Sender, Source: TObject; X, Y: Integer;State: TDragState; var Accept: Boolean);...
分类:其他好文   时间:2014-08-01 12:47:01    阅读次数:225
.net 网站部署出现 no relevant source lines
1.确保环境搭建时是先安装的iis,再安装的framework(否则你就要再注册一下了 开始>输入cmd> C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 执行前确定你的版本号是否正确)2.C:\Windows>T...
分类:Web程序   时间:2014-08-01 09:11:41    阅读次数:189
程序打印自身代码的两种方法
程序打印自身代码的两种方法 方法一:利用fopen,打开可执行程序对应的source code file /***************************************** code writer : EOF code file : print_my_self.c code date : 2014.08.01 e-mail: jasonleaster@gm...
分类:其他好文   时间:2014-08-01 02:25:40    阅读次数:264
VLC编译
http://blog.csdn.net/hdh4638/article/details/76023211 下载代码ki.videolan.org/VLC_Source_codegit colone git://git.videolan.org/vlc.git2 编译http://wiki.vide...
分类:其他好文   时间:2014-07-31 23:22:50    阅读次数:497
gridView,网格
Unfortunately, after looking at the source code, I could not see any easy way to add borders other than taking the approach of adding borders to the e...
分类:其他好文   时间:2014-07-31 23:18:30    阅读次数:258
MySQL 备份和恢复(三)Xtrabackup实现热备:完全备份+增量备份
PerconaXtraBackupistheworld’sonlyopen-source,freeMySQLhotbackupsoftwarethatperformsnon-blockingbackupsforInnoDBandXtraDBdatabases.WithPerconaXtraBackup,youcanachievethefollowingbenefits:BackupsthatcompletequicklyandreliablyUninterruptedtransactionprocessin..
分类:数据库   时间:2014-07-31 21:13:28    阅读次数:324
在ubuntu12.04中安装wine和source insight
1.安装wine sudo apt-get install wine 2.安装source insight 将source insight安装的可执行文件复制到ubuntu中。我复制到了~/Desktop/下面。 运行命令 wine ~/Desktop/Si35Setup.exe 其中Si35Setup.exe为source insight安装包名字。安装过程与windows相同。...
分类:Windows程序   时间:2014-07-31 20:56:17    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!