上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 68 下一页
一、定义数组的方法:定义了一个空数组:var myArray =new Array();指定有n个空元素的数组:var myArray=new Array(n);定义数组并赋值:var myArray =[1,2,3];数组元素的使用:数组名[下标]=值;二、数组属性:length用法数组对象.le... Read More
posted @ 2014-12-28 14:31 tinyphp Views(256) Comments(0) Diggs(0)
KindEditor官网:http://kindeditor.net/index.php1、下载编辑器文件2、引入必要jquery库和下载包中的kindeditor-all-min.js 3、初始化编辑器4、id与初始化id相对应 然后就可以看到美美的编辑器喽: Read More
posted @ 2014-11-26 17:22 tinyphp Views(943) Comments(0) Diggs(0)
学习了javascript基本语法和使用DOM进行简单操作1、引用javascript方法:a.在标签中加入js代码,如:b.通过.js文件嵌入到html文件中,如:2、注释有利于提高代码可读性,注释方法:a.//注释b./*多行注释*/3、变量的命名规则:a.必须是字母或_开始b.必须由英文字母、... Read More
posted @ 2014-11-25 21:57 tinyphp Views(311) Comments(0) Diggs(0)
1、#b90745 -> #e30d7d 常见于周年庆活动,可搭配黄色字体#FED6152、#683c19 -> #341906 Read More
posted @ 2014-11-17 21:19 tinyphp Views(319) Comments(0) Diggs(0)
1)在网络上搜寻一些PS CS4序列号:如1330-1221-6824-4838-0308-6823,1330-1283-7461-4574-7002-2504,1330-1795-2880-5375-9721-5392,1330-1221-6824-4838-0308-6823,1330-1283... Read More
posted @ 2014-11-05 15:24 tinyphp Views(306) Comments(0) Diggs(0)
修改AndroidManifest.xml下的Version即可 Read More
posted @ 2014-10-28 16:03 tinyphp Views(515) Comments(0) Diggs(0)
1、方正小标宋简体 下载2、Folio ICG XBold 下载3、ImpactLTStd 下载持续更新.... Read More
posted @ 2014-10-25 18:08 tinyphp Views(1733) Comments(0) Diggs(0)
1、简单的ALertDialog:Dialog alertDialog = new AlertDialog.Builder(this) .setTitle("标题") .setMessage("内容") .setIcon(R.drawable.ic_laun... Read More
posted @ 2014-10-23 17:38 tinyphp Views(935) Comments(0) Diggs(0)
Context字面意思上下文,Activity中我们直接用this代替,而到了一个button的onClick(View view)等方法时,我们用this时就会报错,改用ActivityName.this,主要原因是因为实现Context的类主要有Android特有的几个模型,Activity、S... Read More
posted @ 2014-10-22 16:19 tinyphp Views(775) Comments(0) Diggs(0)
有感叹号,说明有的文件损坏或丢失了解决方法:右击工程,Build Path..->Configure Build Path...->Java Build Path 可以看到引用的jar包,看看是不是带x了不用的话就移除,要用的引用回正确路径就可以了 Read More
posted @ 2014-10-17 17:43 tinyphp Views(725) Comments(0) Diggs(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 68 下一页