码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
HTML列表
制作如下效果:1.无序列表2.有序列表3.不同类型的无序列表4.不同类型的有序列表5.嵌套列表6.定义列表无序(序号)列表每一个列表项有序列表type类型代表自定义列表自定义列表标题自定义列表的内容.代码如下:Insert title here 咖啡 红茶 ...
分类:Web程序   时间:2014-12-27 11:22:52    阅读次数:281
瀑布流的实现
1,页面初始化时,调用插件进行一次排版;2,当用户将滚动条拖到底部时,用ajax加载一次数据,并排版显示3,重复2,直到无数据html代码 : 1 2 3 4 5 Insert title here 6 7 37 ...
分类:其他好文   时间:2014-12-26 16:13:26    阅读次数:90
HTML框架
利用html框架制作如下页面:f1.f3.f4代码过于简单故略去。frameset为框架集,rows代表横向布局,cols代表列布局,其后的值为对应框架大小。frame为框架,noreseze表示框架固定,target表示跳转于所对应的框架。index.html代码Insert title here...
分类:Web程序   时间:2014-12-26 00:53:57    阅读次数:220
HTML框架——有锚点的链接
制作如下效果页面:f1.htmlInsert title here 没有锚点的连接 没有锚点的连接f2.htmlInsert title here 第一节内容 内容内容内容内容内容 第二节内容 ...
分类:Web程序   时间:2014-12-26 00:48:52    阅读次数:182
opengl 在 Mac os x下默认是2.1的问题
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { ? ? // Insert code here to initialize your application ? ??NSRect mainDisplayRect = [[NSScreen mainScreen] frame]; ? ?...
分类:系统相关   时间:2014-12-25 20:40:49    阅读次数:761
安卓PhoneGap的通知状态栏显示什么
你看这个: <a href="#" onclick=‘window.plugins.statusBarNotification.notify("Put your title here", "Put your message here");return false;‘>Click me!</a> 把这段代码到您的网页。...
分类:移动开发   时间:2014-12-25 16:38:03    阅读次数:139
【用户】create_user_with_sshkey.sh
【用户】create_user_with_sshkey.sh#!/bin/bash #$ssh-keygen-trsa-b2048-Cyou_comment_here-ffilename #createuserwithsshpublickey #20140214 username=‘yourname‘ useradd${username} id${username} [-d/home/${username}/.ssh]||mkdir-p/home/${username}/.ssh cat<&..
分类:其他好文   时间:2014-12-24 18:35:37    阅读次数:165
[Quote] New subsystem iio in Linux Kernel.
So, here comes the iio subsystem new to Linux Kernel, at least for me, present for for supporting some of the composite sensors in Android.Some introd...
分类:系统相关   时间:2014-12-23 18:57:25    阅读次数:293
ThinkPhp调用webservice
模板页: 1 2 3 4 5 Insert title here 6 7 39 40 41 42 43 44 46 47 48 49 51 52 ...
分类:Web程序   时间:2014-12-22 17:34:06    阅读次数:242
AOP在 .NET中的七种实现方法
7Approaches for AOP in .NetAOP在 .NET中的七种实现方法Here are all the ways that I can think of to add AOPto your application. This mostly focus on the intercep...
分类:Web程序   时间:2014-12-22 14:15:45    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!