The Themes robbyrussell the (default) that Robby uses The rest of the themes, in alphabetical order: af-magic afowler agnoster Official repository Sho ...
分类:
其他好文 时间:
2017-01-10 19:53:41
阅读次数:
1168
【Styles and Themes】 A 样式 is a collection of properties that specify the look and format for a View or window. A style can specify properties such as h ...
分类:
其他好文 时间:
2017-01-08 20:02:37
阅读次数:
155
今天,没错又是今天,今天做的事情还真是多呢~还修了洗衣机,貌似除了写代码不行,样样都行了呢~ 好了,言归正传。今天在浏览一个网页时,鼠标滑过它的图片,出现了一种我感觉很酷炫的效果。像这样: 自己感受下~ 怎么样,有没有觉得很有趣~ 原网页上的代码没有发现它全部的实现原理。 上边这个是我根据它的部分自 ...
分类:
其他好文 时间:
2017-01-07 21:13:05
阅读次数:
213
<!--Logical Styles--><em>This text is emphasized</em><strong>This text is strong</strong><code>This is some computer code</code><!--Definition list--> ...
分类:
Web程序 时间:
2017-01-07 09:53:39
阅读次数:
235
1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });}); 2. 隐藏搜索文本框文字Hide when clicked in the search fi ...
分类:
Web程序 时间:
2017-01-05 11:46:06
阅读次数:
246
/emr/include/css/zTreeStyle.css" type="text/css"/> /include/easyui/themes/default/easyui.css" /> /include/easyui/themes/icon.css"/> 添加病历 新增目录 新增子目录 修改... ...
分类:
Web程序 时间:
2017-01-05 10:52:36
阅读次数:
203
<style type="text/css"> .htmlbox_close::before, .htmlbox_close::after { content: ''; position: absolute; height: 2px; top: 4%; width: 3%; left: 2%; ma ...
分类:
Web程序 时间:
2017-01-03 15:18:34
阅读次数:
467
一.public文件: 1、各种js文件,包括cookie.js、ajaxFrom.js等系统自带的js文件 2、simpleboot:bootstrap、图标font文件 二、themes:前端模板文件/simplebootx 1、comment:评论、回复 comment.html:评论区的一个 ...
分类:
其他好文 时间:
2017-01-01 00:07:13
阅读次数:
684
// this其实是一个Html 元素。 // $this 只是个变量名,加$是为说明其是个jquery对象。 // 而$(this)是个转换,将this表示的dom对象转为jquery对象,这样就可以使用jquery提供的方法操作。 (function($){ $.fn.hilight = fun... ...
分类:
Web程序 时间:
2016-12-30 07:43:43
阅读次数:
201
php请求MySQL数据库返回GeoJSON数据的实现方法请参见: http://www.cnblogs.com/marost/p/6234514.html OpenLayers【v3.19.1-dist】添加GeoJSON数据源图层 ...
分类:
数据库 时间:
2016-12-30 02:31:11
阅读次数:
298