<?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
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
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
一般操作 必知必会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
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