<!doctype html><html > <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/> </head> <body> <div class="cont ...
分类:
其他好文 时间:
2016-11-02 23:17:43
阅读次数:
256
1.在HTML页面<head>标签里添加如下link链接 2.在页面中用<i>标签加class类名方式呈现对应的iconfonts; 3.根据图标选择的不同,class中的也不同,选择要调用的图标,单击就会有相应的代码。想修改样式可以直接调用类名用改变字体的方法改变图标样式。 4.更多的图标:htt ...
分类:
其他好文 时间:
2016-11-01 14:48:07
阅读次数:
421
用C#从数据库动态生成AdminLTE菜单的一种方法 当前的应用设计风格趋于Flat扁平化,很多基于BootStrap实现了很多UI非常漂亮的管理界面(Bootstrap admin template)。 此核心文件开源在Github:https://github.com/JackWangCUMT/ ...
分类:
数据库 时间:
2016-10-29 19:05:49
阅读次数:
310
当我们处理后台显示当前页面,当前页菜单项高亮,我们可以使用js方法,也可用程序实现,使用Bootstrap模板处理高亮并展开方法之一 1.在项目中导入 2. 给子项目项添加唯一标识ID,点击当前页传送当前唯一ID给控制器。 3.在需要主页面高亮显示的Controller里面传入高亮项的id 4.在页 ...
分类:
Web程序 时间:
2016-10-29 09:33:23
阅读次数:
348
用来描述用户态的cpu寄存器在内核栈中保存情况.可以获取用户空间的信息struct pt_regs {long ebx; //可执行文件路径的指针(regs.ebx中long ecx; //命令行参数的指针(regs.ecx中)long edx; //环境变量的指针(regs.edx中)。long.... ...
分类:
系统相关 时间:
2016-10-27 12:24:47
阅读次数:
571
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2016-10-27 09:56:09
阅读次数:
275
Tomcat在Linux上的安装与配置 1、 jdk下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html tomcat下载地址:http://tomcat.apache.or ...
分类:
系统相关 时间:
2016-10-26 19:51:18
阅读次数:
302
工具 FIS FIS Framework Yeoman Bower Grunt Gulp CodeKit 框架 Bootstrap ...
分类:
其他好文 时间:
2016-10-23 14:06:10
阅读次数:
153
转录因子结合位点识别: transcription factor affinity prediction (TRAP) MEME-ChIP algorithms transcription factor affinity prediction (TRAP) MEME-ChIP algorithms ...
分类:
其他好文 时间:
2016-09-25 22:03:16
阅读次数:
160