码迷,mamicode.com
首页 >  
搜索关键字:birt    ( 405个结果
Mybatis的mapper.xml文件也是要加文件头的
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapperPUBLIC "-//mybatis.org//DTD Mapper 3.0//EN""http://mybatis.org/dtd/mybatis-3-mapper.dtd"><!-- 写 ...
分类:移动开发   时间:2018-05-28 16:52:13    阅读次数:275
aspx页面调用后台代码
JS代码: function AddU(PK_StoreUser) { $.ajax({ type: "post", url: "AddStoreUser.aspx/AddUser", contentType: "application/json", data: JSON.stringify({ " ...
分类:Web程序   时间:2018-05-28 16:03:57    阅读次数:245
2018.5.28 Oracle数据库补充
select from (select rownum rn,e2. from (select e1. from emp e1)e2 where rownum=6; select from (select rownum en,e. from emp e) select e.deptno,e.ename ...
分类:数据库   时间:2018-05-28 11:33:33    阅读次数:186
ORM相关操作
一般操作 必知必会13条 返回QuerySet对象的方法有 all() filter() exclude() order_by() reverse() distinct() 特殊的QuerySet values() 返回一个可迭代的字典序列 values_list() 返回一个可迭代的元祖序列 返回 ...
分类:其他好文   时间:2018-05-27 21:40:34    阅读次数:202
字符串操作
id = '440882199902023256' area = id[0:6] birthday = id[6:14] sex = id [-2] print(area,birthday,sex) if (int(sex) % 2 == 0): print('girl') else: print(... ...
分类:其他好文   时间:2018-05-23 22:14:12    阅读次数:156
字符串操作
id = '440106193805060424' area = id[0:6] birthday =id[6:14] sex = id[-2] print(area,birthday,sex) if(int(sex) % 2 == 0): print('girl') else: print('bo... ...
分类:其他好文   时间:2018-05-23 22:05:34    阅读次数:162
字符串操作
id='440681199806140226' area=id[0:6] birthday=id[6:14] sex=id[-2] print(area,birthday,sex) if (int(sex)%2==0): print('girl') else: print('boy') for i ... ...
分类:其他好文   时间:2018-05-23 21:12:32    阅读次数:163
字符串操作
id = '4406821999065206327' area = id[0:6] birthday = id[6:14] sex = id[-2] print (area ,birthday ,sex ) if (int (sex) % 2 ==0): print('girl') else: pr... ...
分类:其他好文   时间:2018-05-23 21:11:13    阅读次数:177
Java的日期类和日期格式化类
日期类: 日期格式化类: ...
分类:编程语言   时间:2018-05-17 20:37:34    阅读次数:166
Codeforces Round #482 (Div. 2) B题
B. Treasure Hunt time limit per test1 second time limit per test1 second memory limit per test:256 megabytes memory limit per test:256 megabytes input ...
分类:其他好文   时间:2018-05-15 20:59:21    阅读次数:256
405条   上一页 1 ... 15 16 17 18 19 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!