会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尚文韬
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
2016年11月28日
前台ajax不能循环执行,需要向后台传值,后台循环 id in (1,2,3);
摘要: ajax({ url : "appcanAjax/appProject_updateFlag", data : { ids : ids.toString(), }, dataType : "json", successx : function(data) { }, error : function(
阅读全文
posted @ 2016-11-28 10:33 百事没事
阅读(472)
评论(0)
推荐(0)
2016年9月1日
前台交互,根据id、关键字查询、插入新数据到数据库
摘要: public void update() { Patent patent = patentservice.get(id); name=Iso2Utf.encode(name); author=Iso2Utf.encode(author); attachmentName=Iso2Utf.encode(
阅读全文
posted @ 2016-09-01 17:26 百事没事
阅读(945)
评论(0)
推荐(0)
2016年8月22日
d3.js绘制饼状图
摘要: <!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <m
阅读全文
posted @ 2016-08-22 11:04 百事没事
阅读(384)
评论(0)
推荐(0)
2016年8月18日
highcharts.js绘制统计图的应用,与后台异步交互
摘要: 第一步: 在jsp中引入插件<script src="<c:urlvalue="/asset/admin/js/highcharts.js"/>"></script> 第二步: 用div来画统计图<div id="line" style="width: 750px; height: 400px;ma
阅读全文
posted @ 2016-08-18 16:49 百事没事
阅读(302)
评论(0)
推荐(0)
2016年8月1日
JAVA问题:实体类的作用
摘要: 实体类其实就是俗称的POJO,这种类一般不实现特殊框架下的接口,在程序中仅作为数据容器用来持久化存储数据用的。它的一般格式就是public class A{ private String id; public String getId(){ return this.id; } public void
阅读全文
posted @ 2016-08-01 15:44 百事没事
阅读(1843)
评论(0)
推荐(0)
2016年7月29日
Appcan关闭主窗口
摘要: 1-uescript('zhuce','appcan.window.close(-1)') 2-js /** * 在其他窗口中执行指定主窗口中的代码 * @param String wn 需要执行代码窗口的名称 * @param String scr 需要执行的代码 */ function uesc
阅读全文
posted @ 2016-07-29 08:51 百事没事
阅读(341)
评论(0)
推荐(0)
2016年7月28日
Appcan与后台数据库表交互,注册登录完整页面
摘要: <!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <m
阅读全文
posted @ 2016-07-28 16:22 百事没事
阅读(1652)
评论(0)
推荐(0)
Appcan后台数据库表交互,注册
摘要: <!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <m
阅读全文
posted @ 2016-07-28 08:19 百事没事
阅读(1713)
评论(0)
推荐(0)
Appcan页面跳转
摘要: //uexWindow.open("footertest",'0',"footertest.html",0,'','',0);//跳转页面 function openNewWin(inWndName,html,inAniID,f){ if(inAniID == 0){ uexWindow.open(
阅读全文
posted @ 2016-07-28 08:17 百事没事
阅读(1716)
评论(0)
推荐(0)
2016年7月9日
动画
摘要: package com.example.lenovo.donghua; import android.graphics.drawable.AnimationDrawable; import android.support.v7.app.AppCompatActivity; import androi
阅读全文
posted @ 2016-07-09 11:46 百事没事
阅读(181)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
公告