- 浏览: 229402 次
- 性别:
- 来自: 武汉
-
最新评论
-
喵喵大神:
免费股票数据查询API:https://www.juhe.cn ...
股票数据接口API -
surfingll:
谢谢啦,有用
ajaxAnywhere局部刷新(一) -
631134230:
怎么设置饼图 不要爆炸式进场动画效果
amcharts js 制作柱状统计图和饼图 -
musicbox95351:
可以自己用ajax请求数据后,在回调方法里面去执行AmAngu ...
amcharts js 制作柱状统计图和饼图 -
pandatyut:
大神,请问amchart的仪表盘AmAngularGauge能 ...
amcharts js 制作柱状统计图和饼图
文章列表
package net.zcmusicbox.yeah.test.text.format;
import java.math.BigDecimal;
import java.text.DateFormat;
import java.text.FieldPosition;
import java.text.NumberFormat;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Date;
public class SetEndIndex {
p ...
1.0版本应该是最精简的版本了。代码少便于学习领会jQuery的精神实质吧。
不断学习中。
svn 更换用户
- 博客分类:
- eclipse plugin
http://subclipse.tigris.org/wiki/PluginFAQ#head-d507c29676491f4419997a76735feb6ef0aa8cf8
引用
Subclipse does not collect or store username and password credentials when defining a repository. This is because the JavaHL and SVNKit client adapters are intelligent enough to prompt you for this informati ...
jqgrid demo网址
- 博客分类:
- jquery jqgrid
http://www.trirand.com/blog/jqgrid/jqgrid.html#
所需的包:
asm-3.3.jar
asm-commons-3.3.jar
commons-fileupload-1.2.2.jar
commons-io-2.0.1.jar
commons-lang-2.5.jar
commons-logging-1.1.1.jar
freemarker-2.3.18.jar
javassist-3.11.0.GA.jar
ognl-3.0.3.jar
struts2-convention-plugin-2.3.1.1.jar
struts2-core-2.3.1.1.jar
xwork-core-2.3.1.1.jar
缺少ja ...
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
< ...
var aaa:XMLList = ...;
if(aaa[0].hasOwnProperty('@abc'))
判断aaa[0]代表的xml标签中是否有abc属性配置。
http://stackoverflow.com/questions/875225/resize-jqgrid-when-browser-is-resized
http://help.dottoro.com/ljgsfkbc.php
js事件列表
overflow事件
overflowChanged事件
转载
jqgrid调整宽度自适应 6 jqgrid属性: width :Grid的宽度,如果未设置,则宽度应为所有列宽的之和;如果设置了宽度,则每列的宽度将会根据shrinkToFit选项的设置,进行设置。 shrinkToFit :此选项用于根据width计算每列宽度的算法。默认值 ...
javascript中文参数传递乱码
- 博客分类:
- js
abc(escape('中文参数'));
function abc(param){
alert(unescape(param));
}
敏捷开发的核心:
1 效率 尽可能地提高效率。缩短交付时间,交付周期。
2 价值 软件交付后,用户使用了才产生价值。否则只是库存。
3 实践 只有实践才能找到适合项目和团队的敏捷方式。
看板管理
将任务贴到可以看见的地方。一眼就知道什么还没有做,什么正在做,还有多少要做。
横向沟通。(实际应用真的是有困难的,尤其是团队规模比较大时,总是容易形成一些小集团。)
scrum角色
po 客户方授权代表
团队 5-9人
master 项目带头人
scrum步骤:
1 写userStory.即大的功能。
2 细分成小的功能点。尽可能让每一个功能点在一天内可以完成。
3 预估工作量。
4 确定本次迭 ...
<head>
<script>
function test(){
var testStr = document.getElementById('str').value;
var testExp = document.getElementById('express').value;
var globalChecked = document.getElementById('global').checked;
alert(testExp);
var reg= null;
if(globalChecked){
...
官方的指导文档,相当不错!
http://docs.oracle.com/javase/tutorial/
java相关资料网站
www.open-open.com
任务调度
http://www.doc88.com/p-670128138673.html
IBM技术教程库
http://www.ibm.com/developerworks/cn/java/
http://www.ibm.com/developerworks/cn/views/java/libraryview.jsp
你不知道的XXX系列
http://www.ibm.com/developerworks/cn/views ...
java 动态代理 备忘
- 博客分类:
- java
http://www.ibm.com/developerworks/cn/java/j-lo-proxy1/
<bean id="publicAttribute" abstract="true">
<property name="id" value="1"/>
<property name="name" value="jack"
</bean>
<bean id="bean1" class="..." parent="publicAttribute">
...
<bean id="" class="">
<property name="strValue" value="string1">
<property name="intValue" value="123"/>
<property name="intValue" value="123">
<value>123</value>
</property>
...