码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
在centos 7.0上利用yum一键安装mono
首先我们需要先配置一下yum源中mono的引用说明:第一步:vi/etc/yum.repos.d/mono.repo第二步:在刚打开的文件中编辑如下内容[mono]name=monobaseurl=http://download.mono-project.com/repo/centos/enable...
分类:其他好文   时间:2016-01-15 20:26:51    阅读次数:114
STM8 中I2C读写函数。
void I2C_write(u8 Addr, u8 *WriteData, u8 length){ /* Send STRAT condition */ I2C_GenerateSTART(ENABLE); /* Test on EV5 and clear it */ while(!I2C...
分类:其他好文   时间:2016-01-14 22:22:08    阅读次数:771
eclipse 设置打开java文件代码自动折叠
eclipse 设置打开java文件代码自动折叠java: windows/preference/java/editor/folding->enable folding可以在里面设置所要折叠的内容
分类:编程语言   时间:2016-01-14 18:40:02    阅读次数:136
ubuntu14.04.03 vsftpd
apt-get install vsftpd/etc/vsftpd.conf配置Examplelisten=YESanonymous_enable=NOlocal_enable=YESwrite_enable=YESdirmessage_enable=YESuse_localtime=YESxfer...
分类:系统相关   时间:2016-01-14 15:37:48    阅读次数:304
dongle --NFC
A dongle is a small piece of hardware that attaches to a computer, TV, or other electronic device in order to enable additional functions such as copy...
分类:其他好文   时间:2016-01-11 10:29:36    阅读次数:215
EF多个上下文迁移
步骤: 1、Enable-Migrations2、add-migration Initial -ConfigurationTypeName ModelOneDbConfig3、update-database -ConfigurationTypeName ModelOneDbConfig
分类:其他好文   时间:2016-01-08 20:16:22    阅读次数:117
mysql教程之配置文件详解(一)
./configure --prefix=/usr/local/mysql \--without-debug \ #去除 debug 模式.--enable-thread-safe-client \ #以线程方式编译客户端.--with-pthread \ #强制使用 pthread 线程库编译.-...
分类:数据库   时间:2016-01-08 18:53:41    阅读次数:224
linux下yum安装mysql5.6
环境:Rhel6.5mysql5.61.下载mysql的yum源,地址http://dev.mysql.com/downloads/repo/yum/2.上传到系统/root/目录下3.rpm安装rpm-ivhmysql57-community-release-el6-7.noarch.rpm4.修改mysql的yum源vimmysql-community.repo注:enable=0表示禁用,由于安装5.6的版本,需要将下..
分类:数据库   时间:2016-01-07 01:22:35    阅读次数:252
Enable and Use Remote Commands in Windows PowerShell
The Windows PowerShell remoting features are supported by the WS-Management protocol and the Windows Remote Management (WinRM) service that implements...
分类:Windows程序   时间:2016-01-06 13:41:48    阅读次数:306
visual 调试
一、如果调试存储过程:(1,右键项目属性页-》启动选项-》调试器-》选择 SQL Server2.右键项目属性-》web-》调试器-》选择 SQL Server3,右键项目属性-》Debug-》Enable Debuggers-》选择 SQL Server(Enable Sql server deb...
分类:其他好文   时间:2016-01-05 22:32:23    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!