码迷,mamicode.com
首页 >  
搜索关键字:src    ( 58510个结果
Jquery AJAX方法的使用详解
<head> <title>JqueryAJAX</title> <script src="jquery-1.7.2.min.js"></script></head><body> <div style="text-align:center"> <h1 style="color:red">千万别忘了引 ...
分类:Web程序   时间:2016-05-20 19:32:39    阅读次数:218
apache编译安装
下载[root@localhostmysql]#cd/usr/local/src/[root@localhostsrc]#wgethttp://syslab.comsenz.com/downloads/linux/httpd-2.2.16.tar.gz可进入https://github.com/aminglinux/resource/wiki这个链接下载包解压:[root@localhostsrc]#tarzxvfhttpd-2.2.16.tar.gz配置编译参数:[r..
分类:Web程序   时间:2016-05-20 17:41:42    阅读次数:147
源码编译安装apache
下载[root@localhost~]#cd/usr/local/src[root@localhostsrc]#wgethttp://mirrors.sohu.com/apache/httpd-2.2.31.tar.gz解压tarzxvfhttpd-2.2.31.tar.gz进入目录[root@localhostsrc]#lshttpd-2.2.31httpd-2.2.31.tar.bz2httpd-2.2.31.tar.gz[root@localhostsrc]#cd/usr/local/s..
分类:Web程序   时间:2016-05-20 14:51:40    阅读次数:200
Mysql安装
系统下载地址、源码包下载地址:https://github.com/aminglinux/resource/wiki1下载MySQL数据库l到/usr/local/src/[root@xintmp]#cd/usr/local/src/[root@xinsrc]#wgethttp://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.73-linux-i686-glibc23.tar.gz[root@xinsrc]#lsmysql-5..
分类:数据库   时间:2016-05-20 14:47:59    阅读次数:305
详解spring 每个jar的作用(转)
spring.jar 是包含有完整发布模块的单个jar 包。但是不包括mock.jar, aspects.jar, spring-portlet.jar, and spring-hibernate2.jar。spring-src.zip就是所有的源代码压缩包。除了spring.jar 文件,Spri ...
分类:编程语言   时间:2016-05-20 00:55:56    阅读次数:185
Windows下Qt连接MySql数据库
1、设置环境变量,需添加如下的环境变量: 2、打开Qt Command Prompt,输入第一条命令:cd %QTDIR%\src\plugins\sqldrivers\mysql 后按回车,然后输入第二条命令: qmake "INCLUDEPATH+=C:\MySQL\include","LIBS ...
分类:数据库   时间:2016-05-19 21:21:05    阅读次数:187
leaflet-echarts的地图
参考http://wandergis.com/leaflet-echarts/src/leaflet-echarts.js 看了这个源码之后一直有个疑问就是echarts的地图坐标和地图本身的坐标怎么对应上,因为我们在使用echarts时是,传入的坐标都是经纬度,这就说明它本身是有坐标系的,这个怎么 ...
分类:其他好文   时间:2016-05-19 20:53:32    阅读次数:642
rsync daemon实践
rsync—afast,versatile,remote(andlocal)file-copyingtoolrsync是一个快速,可靠得远程(和本地)文件拷贝工具,有点像cp命令,但是!cp是全量拷贝,而rsync是增量拷贝。三种同步方式:1、Local:rsync[OPTION...]SRC...[DEST2、远程通道,例如:sshPush:rsync-avzdata_192.168..
分类:其他好文   时间:2016-05-19 19:36:45    阅读次数:196
js 日期控件laydate使用
官网 http://sentsin.com/layui/laydate/ 1. 下载官网上的压缩包,解压后只需要复制laydate 文件夹到你的项目中; 2. 在页面引入 <script type="text/javascript" src="js/laydate/laydate.js"></scr ...
分类:Web程序   时间:2016-05-19 13:14:40    阅读次数:311
.NET Core的“dotnet restore”、“dotnet build”和“dotnet run”命令都是用来干什么的?
dotnet restore 源代码:https://github.com/dotnet/cli/tree/rel/1.0.0/src/dotnet/commands/dotnet-restore 入口:https://github.com/dotnet/cli/blob/rel/1.0.0/src ...
分类:Web程序   时间:2016-05-19 11:56:35    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!