码迷,mamicode.com
首页 >  
搜索关键字:git config    ( 55493个结果
版本控制工具 GIT入门教程
入门教程一定要简单,字数一定要少......
分类:其他好文   时间:2014-06-02 22:30:29    阅读次数:223
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
php的 mysqlnd驱动
这篇文章写的好http://blog.linuxeye.com/395.html传统编译php的时候需要指定mysql 的参数--with-mysql=/usr/local/mysql \--with-mysqli=/usr/local/mysql/bin/mysql_config \--with-...
分类:数据库   时间:2014-06-02 11:54:10    阅读次数:250
WAMP自己DIY添加apache、php、mysql版本
下载自己需要的apache版本。下载地址: http://httpd.apache.org/download.cgihttp://www.apachelounge.com/download/解压到/bin/apache/目录下根据/scripts/config.inc.php中定义的全局变量。和ch...
分类:数据库   时间:2014-06-02 09:37:37    阅读次数:330
NET 查找程序集路径(CLR关于Assembly的搜索路径的过程)
最近在回顾.Net应用程序的执行环境,这里做一个很小的总结,方面以后需要的时候进行查找:CLR必须可以找到正确的Assembly,Net提供了Assembly搜索算法,可以根据.config文件(类似于.ini)自定义assembly搜索。算法分析过程如下:1、在GAC(Global Assembl...
分类:Web程序   时间:2014-06-01 17:12:51    阅读次数:385
系统优化脚本(此脚本为原始脚本,未按照shell规范写)
系统优化脚本#!/bin/sh user=alan #shutdowniptables chkconfigiptablesoff&&/etc/init.d/iptablesstop #shutdownselinux sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/selinux/config cat/etc/selinux/config setenforce0 getenforce&& #createause..
分类:其他好文   时间:2014-06-01 13:45:01    阅读次数:292
PIC18F4520 UART模板
如题 #define USE_AND_MASKS #include #include #include #include #pragma config OSC = INTIO67 //internal oscillator #pragma config WDT = OFF //watchdog timer off #pragma config LVP = OFF...
分类:其他好文   时间:2014-06-01 11:16:04    阅读次数:246
uboot中gd的定义和使用
最近在做uboot中nand启动相关的工作,遇到一个问题一直纠结着。现在终于明白了这个问题,想想还有好多兄弟在某个黑暗的角落里或者某台电脑前纠结着呢,所以赶紧写下来以供查阅。 uboot version 2014.4 /* Architecture-specific global data */ struct arch_global_data { #if defined(CONFIG_FS...
分类:其他好文   时间:2014-06-01 10:27:38    阅读次数:314
git 常用操作集锦
创建仓库 新建普通仓库: jxdong@ubuntu-server:~/workspace/git$ git init Reinitialized existing Git repository in /home/jxdong/workspace/git/.git/ 新建 bare 仓库: jxdong@ubuntu-server:~/workspace/git.git...
分类:其他好文   时间:2014-06-01 09:38:36    阅读次数:269
Linux系统下安装phpmyadmin方法
1.找到 /libraries/config.default.php文件(config.default.php复制到phpmyadmin目录下,然后更名为config.inc.php),该文件有如下项目(2-8)须自行配置,windows用写字板(不要用记事本,这是UTF8编码)进行编辑,在linux下直接用vim编辑. 2.查找 $cfg['PmaAbsoluteUri'] 修改为你将上传到空间的phpMyAdmin的网址 如:$cfg['PmaAbsoluteUri'] = 'http://****...
分类:Web程序   时间:2014-06-01 02:08:36    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!