上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 68 下一页
想修改当前页面编码,可以选择菜单 :修改->页面属性->标题/编码想设置新建页面默认编码,可以选择菜单: 编辑->首选参数->新建文档 的默认编码里面修改 Read More
posted @ 2015-07-23 10:13 tinyphp Views(524) Comments(0) Diggs(0)
在方法里面想用外面的变量,可以声明这个变量为全局变量。$a=1;$b=2;test_global();function test_global() {global $a,$b;echo $a+$b; //输出3} Read More
posted @ 2015-07-22 15:03 tinyphp Views(398) Comments(0) Diggs(0)
photoshop菜单显示不全?解决方法,选择菜单 编辑->菜单,下拉菜单选择photoshop默认值 Read More
posted @ 2015-07-22 11:14 tinyphp Views(2216) Comments(0) Diggs(0)
地址栏输入:chrome://version ,然后看到被360强暴后修改的路径...后来发现竟然是鲁大师干的事~在右上角设置里面,选择关闭主页防护功能就好!非常隐秘。。。。 Read More
posted @ 2015-07-22 09:36 tinyphp Views(726) Comments(0) Diggs(0)
映射图像(Image Map)可以实现的效果是:一张图片上点不同位置可以跳转到不同的地方,实例:1、插入一张图片2、在底部“属性”栏中选择合适的热点工具,在图片上绘制热点区域,如3、然后返回代码模式,修改链接就可以了 Read More
posted @ 2015-07-21 11:34 tinyphp Views(590) Comments(0) Diggs(0)
给衣服换色,如:这里使用颜色替换工具,换颜色更自然灵活,很大程度保留亮度信息!方法:1、用所有能想到的方法获取衣服选区:上面那么纯的颜色可以用通道拉下曲线获取选区2、图层混合模式选择:颜色3、画笔选择颜色替换工具,选好颜色死劲涂.. Read More
posted @ 2015-07-04 21:51 tinyphp Views(369) Comments(0) Diggs(0)
简单模块标题一般有文字和图片两种方式,文字除了标题还可以加更多链接,利用common.less可以把样式共用,每开发一次模板,只要把这标题做一次就可以了,非常方便。 文字模式 ... Read More
posted @ 2015-07-02 11:53 tinyphp Views(1107) Comments(0) Diggs(0)
:target 用于选取当前活动的目标元素 链接一链接二内容一内容二效果:点击链接一,内容一变红 ; 点击链接二,内容二变红 Read More
posted @ 2015-06-30 22:01 tinyphp Views(2432) Comments(0) Diggs(0)
:empty ---空的元素样式 内容1 内容1 sd Read More
posted @ 2015-06-30 21:53 tinyphp Views(603) Comments(0) Diggs(0)
first-line 设置首行样式first-letter 设置首字母样式before 在某元素前插入内容并设置内容样式after 在某元素后插入内容并设置内容样式 实例:第一行 第二行 Read More
posted @ 2015-06-30 21:37 tinyphp Views(186) Comments(0) Diggs(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 68 下一页