2016-06-28 1 Eclipse发展历史 JBuilder IBM SUN 太阳 Eclipse 日食 2 Eclipse的下载与解压 3 Eclipse界面简介 菜单栏、工具栏、项目结构区、编码区、提示区 4 项目文件结构 src:存放源文件 bin:存放编译后的字节码文件 .classp ...
分类:
编程语言 时间:
2016-06-28 22:10:41
阅读次数:
322
wgethttps://github.com/swoole/swoole-src/archive/1.8.6-stable.tar.gztar-xvf1.8.6-stable.tar.gzmvswoole-src-1.8.6-stable/swoolecdswoolephpize./configuremake&&makeinstallvim/etc/php5/apache2/php.ini加入extension=swoole.soserviceapache2restart
分类:
系统相关 时间:
2016-06-28 18:44:04
阅读次数:
190
首页部分 这里暂且不管css和img部分,因为这里非常好处理,随便给css设置点东西,作为调试使用,接下来,开始正式的编写—— 首先,将各种第三方插件全部加载进去,即 <script src="js/zepto.js"></script> <script src="js/director.js">< ...
分类:
移动开发 时间:
2016-06-28 18:34:15
阅读次数:
198
var $body = $('body');document.title = '社区服务';// hack在微信等webview中无法修改document.title的情况var $iframe = $('<iframe src="/favicon.ico" style="display:none" ...
分类:
微信 时间:
2016-06-28 18:22:12
阅读次数:
404
ElaineMOMO——智能短信 相关技术总结1、src中的目录结构
activity.base ————–存放基本activity,方便activity.ui中的activity继承
activty.ui —————–存放activity
adapter ——————–存放adapter
bean ———————-存放实体bean的创建
dao ————————进行数据库相关的操作包
dialo...
分类:
其他好文 时间:
2016-06-28 12:51:15
阅读次数:
184
js文件: <script src="plugins/jqueryui/jqueryui/jquery-1.9.1.js" type="text/javascript"></script> <link rel="stylesheet" href="plugins/jqueryui/themes/ba ...
分类:
Web程序 时间:
2016-06-28 10:43:18
阅读次数:
181
工程目录如下,使用eclipse中的ant对此工程进行编译打包: MonServer | src | | com | | log4j.properties | | config | lib | log | sh | startMon.sh [xhtml] view plaincopyprint?<? ...
分类:
其他好文 时间:
2016-06-28 10:41:42
阅读次数:
160
一、跨域 跨域可以简单的理解为从一个域名访问另一个域名,出于安全考虑,浏览器不允许这么做。 https://www.baidu.com/->跨域http://www.qq.com/img、script、iframe等元素的src属性可以直接跨域请求资源 二、ajax跨域 1. 可以让服务器去别的网站 ...
分类:
Web程序 时间:
2016-06-28 02:07:03
阅读次数:
172
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>ment</title> <script src="time.js"></script></head><body> <div id="countdown"></di ...
分类:
其他好文 时间:
2016-06-28 02:04:06
阅读次数:
143
如果使用高德地图的API,首先需要引入高德地图的API 1、页面引入高德地图API <script type="text/javascript" src="http://webapi.amap.com/maps?v=1.3&key=59cc615a40d6b98b7f3756a0f6f8721d"> ...
分类:
其他好文 时间:
2016-06-28 00:42:57
阅读次数:
632