码迷,mamicode.com
首页 >  
搜索关键字:name    ( 94827个结果
iOS 错误提示
1.CUICatalog: Invalid asset name supplied: , or invalid scale factor: 2.000000=》原因:You are calling[UIImage imageNamed:@""]or[UIImage imageNamed:nil].N...
分类:移动开发   时间:2014-05-23 06:48:14    阅读次数:273
javascript继承
绑定构造函数在子类构造函数中使用Fatherconstructor.apply(this, arguments)eg://父类function People(name,age){ this.name = name; this.age = age; this.species = "h...
分类:编程语言   时间:2014-05-23 06:33:35    阅读次数:311
struts2的namespace
struts2 的命名空间action里的name是个无关紧要的东西,namespace为‘/’表示所有 为‘/名字’,不管怎么访问只要名称空间些对了就不会错,/时你的请求地址可以直接写**Action_方法名’也可以在方法名前随便写个名称空间,反正当链接请求后找不到你写的命名空间就去找所有的下面看...
分类:其他好文   时间:2014-05-23 06:14:24    阅读次数:218
存储过程 、函数和事物
创建存储过程:1 delimiter //2 create procedure printname (id int,out name char(50) )3 begin4 select user into name from user where id=id;5 end6 //7 delimiter...
分类:其他好文   时间:2014-05-23 06:11:51    阅读次数:184
jquery方法的参数解读
18:22 2013/9/21attr(name|properties|key,value|fn) 概述 设置或返回被选元素的属性值。在jquery中[]表示可选参数,你可以不选,| 表示参数可以是多种,|相当于或参数 nameStringV1.0属性名称properties MapV1.0作为属性...
分类:Web程序   时间:2014-05-23 05:21:40    阅读次数:272
Oracle本地,远程,分布式登录
identify认证,确定; identity同一性,个性;本地连接 sqlplus scott/tiger@localhost:1521/orcl 这句话就等于sqlplus scott/tiger远程连接(虚拟机上的oracle) sqlplus scott/tiger@192.168.56.1...
分类:数据库   时间:2014-05-23 05:16:27    阅读次数:290
各城市地形图的分幅与编号查询系统
#include#include#include#includeusing namespace std;struct city{char name[50];int jd;int jf;int jm;int wd;int wf;int wm;string jdf;float a;float b;int...
分类:其他好文   时间:2014-05-23 04:20:29    阅读次数:600
Jquery创建JSON对象
通过 JSON 字符串来创建对象First Name: Last Name:
分类:Web程序   时间:2014-05-23 04:16:00    阅读次数:297
linux/debian 笔记
用户没权限sudo:root登录,cd /etc/chmod u+w sudoersvi /etc/sudoers添加 username ALL=(ALL) ALL , 保存退出chmod u-w sudoers---中文字体乱码:sudo dpkg-reconfigure locales选择zh_...
分类:系统相关   时间:2014-05-23 04:05:00    阅读次数:422
AsyncResult
private static long CalculateFolderSize(string FolderName){ return FolderName.Length;} public delegate long CalculateFolderSizeDelegate(string...
分类:其他好文   时间:2014-05-23 03:35:27    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!