Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultDomainName"="HI""DefaultUserName...
直接上代码,本例采用了jQuery来进行介绍CSS部分:.sticky { position: fixed; top: 0;} JS部分:var stickyBar = $('.sticky-bar');var stickyLine = stickyBar.offset().top;func...
分类:
其他好文 时间:
2015-07-27 08:11:28
阅读次数:
188
这两行脚本,之前一直不知道有什么区别:foo=barexport foo=bar后来发现,如果在脚本中又调用了另一个脚本,不使用export赋值的变量,变量的值就不能被子脚本继承。
分类:
系统相关 时间:
2015-07-26 15:29:25
阅读次数:
181
{CSDN:CODE:jscharts}
如上是一个饼状图:
代码如下:
部门管理
Loading graph...
/* var myChart = new JSChart('graph', 'bar');
myChart.setDataXML("data/chart.xml");
myChart.setSize(1100, 800);
myCh...
分类:
Web程序 时间:
2015-07-25 10:43:04
阅读次数:
128
1.guestAlipay.jsp中 <ul?class="user_menu">
<jsp:include?page="/WEB-INF/jsp/shop/userBar.jsp"></jsp:include>
</ul> ?guestAlipay.html改写为: <ul>
<div?th:replace="shop/userBar?::?page-user-bar...
分类:
Web程序 时间:
2015-07-23 16:00:03
阅读次数:
196
参考网址原生的PrograssBar 带的图片真的是太难看了,如何解决呢? 解决方案:
1 在drawable 下面 定义一个属性动画
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawab...
分类:
移动开发 时间:
2015-07-23 15:42:52
阅读次数:
136
http://www.highcharts.com/demo/line-ajax参考设置(bar 柱状图)plotOptions: { series: { cursor: 'pointer', point: { events: { click: function (e) { alert(this.....
分类:
其他好文 时间:
2015-07-22 20:44:55
阅读次数:
339
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.
Above is a histogram where width o...
分类:
其他好文 时间:
2015-07-22 14:40:08
阅读次数:
95
在做自己的第一个 iOS app,一路遇到不少困难,好在靠 Google 和 StackOverflow 都解决了,自己也不知道是否是 best practice,为了赶进度只要 work 就好。
隐藏 Tab bar
在以 Tab bar 划分模块的 app 中有些非一级界面是不需要底部的标签栏的,只需要在该 ViewController 的viewWillAppear:中加入设置标...
分类:
移动开发 时间:
2015-07-22 10:54:49
阅读次数:
115
为了方便演示,我用storyBoard建立了一个基本的导航栏 并在代码中获得了NavgationBar UINavigationBar *bar = self.navigationController.navigationBar;1[bar setTintColor:[UIColor whiteCo...
分类:
移动开发 时间:
2015-07-21 12:32:24
阅读次数:
129