码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
yii2从零开始一,安装
1.官网下载软件包 这里选择普通包,也可以是增强包 2.运行basic目录下 requirements.php ,查看环境是否符合要求,yii2要求php5.4以上 3.运行 basic/web下index.php 安装,一般会提示错误,是因为cookie没设置,打开basic/config/web
分类:其他好文   时间:2016-02-13 13:24:03    阅读次数:167
简单天气应用开发——解析HeWeather JSON
借助和风天气API成功获取到了我想要的天气信息,但在怎么提取出我想要的数据上又遇到了问题。 {"HeWeather data service 3.0":[{"basic":{"city":"余姚","cnty":"中国","id":"CN101210404","lat":"29.948000","l
分类:Web程序   时间:2016-02-11 15:43:15    阅读次数:985
HDU 1509 Windows Message Queue
题目链接 Problem Description Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If somethin
分类:Windows程序   时间:2016-02-09 21:05:48    阅读次数:328
lua 模块功能
lua5.1 模块理解 http://www.lua.org/manual/5.1/manual.html#pdf-module 模块 5.3 – Modules The package library provides basic facilities for loading and buildi...
分类:其他好文   时间:2016-02-07 02:19:36    阅读次数:266
Go Mobile 例子 basic 源码分析
OpenGL ES(OpenGL for Embedded Systems)是 OpenGL 三维图形API的子集,针对手机、PDA和游戏主机等嵌入式设备而设计。该API由Khronos集团定义推广,Khronos是一个图形软硬件行业协会,该协会主要关注图形和多媒体方面的开放标准。 go 的 gol...
分类:其他好文   时间:2016-02-05 18:53:04    阅读次数:280
BLE蓝牙SOC CC2540之一:基本的了解
最近对蓝牙BLE比较感兴趣,想DIY一个基于蓝牙的智能浇花设备。之前并未接触过蓝牙的开发,于是乎找了些资料开始学习。 一. BLE与蓝牙4.0? BLE的全称是Bluetooth Low Energy, 意为低功耗的的蓝牙4.0。蓝牙4.0有两个模式,一为标准模式(Basic Rate/Enhanc
分类:其他好文   时间:2016-02-04 12:23:27    阅读次数:451
ThinkPHP - 模板引擎
1、导入css/js文件 - CSS文件 <!--<link rel="stylesheet" type="text/css" href="__CSS__/basic.css">--> <!--<import type="css" file="Css.basic"/>--> <!--<load hr
分类:Web程序   时间:2016-02-03 18:22:45    阅读次数:266
Oracle Update 一定还有你不知道的更新方式
Basic Update Statements The Oracle UPDATE statement processes one or more rows in a table and sets one or more columns to the values you specify. Upda
分类:数据库   时间:2016-02-02 14:51:50    阅读次数:265
Lintcode: Expression Evaluation (Basic Calculator III)
Given an expression string array, return the final result of this expression Have you met this question in a real interview? Yes Example For the expre
分类:其他好文   时间:2016-02-02 14:47:23    阅读次数:274
webpack入门(六) API in modules
A quick summary of all methods and variables available in code compiled with webpack. 用webpack编译的一些变量和方法的快速总结 Basic require CommonJs require(dependenc
分类:Windows程序   时间:2016-02-02 14:16:57    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!