码迷,mamicode.com
首页 >  
搜索关键字:org    ( 61976个结果
composer安装thinkphp
https://getcomposer.org/Composer-Setup.exe 正常安装composer以后,执行composer create-project topthink/thinkphp myapp安装thinkphp. ...
分类:Web程序   时间:2017-02-03 10:56:27    阅读次数:188
windows下Qt5.2 for android开发环境搭建
windows下Qt5.2 for Android开发环境配置 1.下载安装Qt 5.2.0 for Android (Windows 32-bit) http://qt-project.org/downloads 2.打开Qt Creator,打开帮助,输入android,找到官方说明,按照教程一 ...
分类:移动开发   时间:2017-02-03 10:47:22    阅读次数:242
eclipse切换workspace后配置问题
正常情况下如果切换了eclipse的workspace后,需要重新配置eclipse,但是可以将原工作目录中的.metadata/.plugins/org.eclipse.core.runtime拷贝到新的的workspace目录下,覆盖现有的即可,其中.metadata/.plugins/org. ...
分类:系统相关   时间:2017-02-03 10:45:53    阅读次数:214
Exercise: Maps (单词统计)
A Tour of Go Exercise: Maps https://tour.golang.org/moretypes/23 WordCount (单词统计) 是一个很经典的小程序了,在很多编程入门教程中都会出现。 这道题比较简单,但也有一些知识点值得一提。 上面这个答案我是参考了网上别人写的。 ...
分类:其他好文   时间:2017-02-02 23:41:15    阅读次数:249
PlaceHolder的两种实现方式
placeholder属性是HTML5 中为input添加的。在input上提供一个占位符,文字形式展示输入字段预期值的提示信息(hint),该字段会在输入为空时显示。 如 1 <input type="text" name="loginName" placeholder="邮箱/手机号/QQ号"> ...
分类:其他好文   时间:2017-02-02 20:49:16    阅读次数:879
jQuery实现鼠标经过时高亮,同时其他同级元素变暗的效果
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equ ...
分类:Web程序   时间:2017-02-02 20:03:21    阅读次数:589
jQuery弹出遮罩层效果完整示例
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:Web程序   时间:2017-02-02 20:03:13    阅读次数:275
ES1:Windows下安装ElasticSearch
ElasticSearch(简称ES)是一个基于Lucene的分布式全文搜索服务器,本随笔演示在Windows安装ElasticSearch和用于管理ES的Head插件。 ElasticSearch官网:http://www.elasticsearch.org 一,安装Java SE环境 从Java ...
分类:Windows程序   时间:2017-02-02 17:36:30    阅读次数:334
Jquery实现上下移动和排序代码
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" c ...
分类:移动开发   时间:2017-02-02 16:29:26    阅读次数:401
导航中的中英文切换
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:其他好文   时间:2017-02-02 15:31:45    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!