上一页 1 2 3 4 5 6 7 ··· 36 下一页
摘要: 我想 当看完上面的必看链接,拥有一定的基础后也得7天左右,记住 一定要看完,知道它都有什么,没学会不要紧,哪怕只是有个简单的概念也行,随着后续的使用慢慢深入学习,现在开始div布局。必看参考:http://www.cnblogs.com/polk6/archive/2013/07/25/314218... 阅读全文
posted @ 2015-12-09 00:06 阿亮的笔记 阅读(709) 评论(0) 推荐(0)
摘要: 必看参考:http://www.divcss5.com/css3-style/http://www.jb51.net/css/142448.htmlhttp://www.w3school.com.cn/css/http://www.cnblogs.com/xihulangzi/articles/61... 阅读全文
posted @ 2015-12-08 23:47 阿亮的笔记 阅读(1189) 评论(0) 推荐(0)
摘要: 必看参考:http://www.runoob.com/tags/ref-eventattributes.htmlhttp://www.cnblogs.com/jiangchongwei/archive/2008/05/30/1211001.htmlhttp://www.w3school.com.cn... 阅读全文
posted @ 2015-12-08 23:34 阿亮的笔记 阅读(361) 评论(0) 推荐(0)
摘要: 必看参考:http://www.divcss5.com/html/h323.shtmlhttp://www.w3school.com.cn/tags/tag_html.asp常用: 创建一个HTML文档 设置文档标题和其它在网页中不显示的信息 设置文档的标题 最大的标题 预先格式化文本 下划线 黑体... 阅读全文
posted @ 2015-12-08 23:16 阿亮的笔记 阅读(197) 评论(0) 推荐(0)
摘要: 1》引入js我们只是写了简单必须的html标签,从未给标签添加点击事件,这次页面添加事件.》写入html页面,可以在标签内 也可以在标签内 1 2 3 4 小娜娜 5 8 9 10 13 14 这是main内容15 ... 阅读全文
posted @ 2015-12-08 00:03 阿亮的笔记 阅读(752) 评论(0) 推荐(0)
摘要: 1>我们为什么能打开html网页计算机本身有个配置文件后缀打开程序的默认,好比:.txt =>记事本打开 html=>浏览器打开文件一切的鼻祖都起源于.txt文件,你只要修改了相应的文件后缀(.txt改成.html),便可以用相应的程序[浏览器]运行代码了,当然 前提是你在文件中写好了相应的代码2... 阅读全文
posted @ 2015-12-07 23:46 阿亮的笔记 阅读(219) 评论(0) 推荐(0)
摘要: 人生总得做点什么才显得有意义,在牛逼的梦想也抵挡不住你傻逼似的坚持!1》本系列适用于没有任何计算机语言基础的小白入门级教程2》为了我喜欢的一个女生小娜娜3》为自己系统的学习html5+css布局4》逼迫自己养成良好的笔记习惯5》如有不明白之处请及时联系本博主@阿亮,有时间必定解答,不足之处多包涵Go... 阅读全文
posted @ 2015-12-07 23:20 阿亮的笔记 阅读(171) 评论(0) 推荐(0)
摘要: 1>http://www.golaravel.com/post/install-and-run-laravel-5-x-on-windows/2>http://www.golaravel.com/laravel/docs/5.1/installation/======================... 阅读全文
posted @ 2015-10-17 00:49 阿亮的笔记 阅读(184) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { SortedList sl = new SortedList(); sl.Add("001", "Zara Ali"); sl.Add("002", "Abida Rehma... 阅读全文
posted @ 2015-06-29 19:02 阿亮的笔记 阅读(3159) 评论(0) 推荐(1)
摘要: 代码如下:static void Main(string[] args){ Process proc = null; try { string targetDir = string.Format(@"D:\adapters\setup");//this is where mybatch.bat l... 阅读全文
posted @ 2015-06-29 15:45 阿亮的笔记 阅读(448) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 36 下一页