码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
让你提升命令行效率的 Bash 快捷键
转载自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=20543672&id=3020416生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :...
分类:其他好文   时间:2014-07-10 11:38:49    阅读次数:235
【备忘录】provider, factory, service, hello world example
var myApp = angular.module('myApp', []);//service style, probably the simplest onemyApp.service('helloWorldFromService', function() { this.sayHello...
分类:其他好文   时间:2014-07-10 11:35:35    阅读次数:390
Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
分类:其他好文   时间:2014-07-10 11:24:15    阅读次数:229
JS 省,市,区
1 // 纯JS省市区三级联动 2 // 2011-11-30 by http://www.cnblogs.com/zjfree 3 var addressInit = function (_cmbProvince, _cmbCity, _cmbArea, defaultProvince, ...
分类:Web程序   时间:2014-07-10 11:19:46    阅读次数:1975
iOS下日期的处理
NSDate存储的是世界标准时(UTC),输出时需要根据时区转换为本地时间Dates NSDate类提供了创建date,比较date以及计算两个date之间间隔的功能。Date对象是不可改变的。 如果你要创建date对象并表示当前日期,你可以alloc一个NSDate对象并调用init初始化:C代码...
分类:移动开发   时间:2014-07-10 11:17:10    阅读次数:168
mysql 自带的压力测试
注意mysqlslap 是mysql5.1之后新添加的功能,之前的版本是没有此功能的
分类:数据库   时间:2014-07-10 11:15:56    阅读次数:280
OpenERP对象字段定义的详解
OpenERP对象支持的字段类型有,基础类型:char, text, boolean, integer, float, date, time, datetime, binary;复杂类型:selection, function, related;关系类型:one2one, one2many, man...
分类:其他好文   时间:2014-07-10 11:13:07    阅读次数:339
写了半天的返回
{ "rescode":"1", "arrayList":[{ "queNo":"20001", "queContent":"问题内容" }, ... ]}{ "rescode":"1", "arrayList":[{ ...
分类:其他好文   时间:2014-07-10 11:09:50    阅读次数:157
使用 IntraWeb (39) - THttpRequest、THttpReply
在其它服务器脚本语言中熟悉的 Request、Response(THttpRequest、THttpReply) 在 IntraWeb 中算是幕后英雄了, 用户基本不需要直接操作它们了.IW 默认 Post 传值(WebApplication.Request.HttpMethod = hmPost,...
分类:Web程序   时间:2014-07-10 11:02:41    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!