码迷,mamicode.com
首页 >  
搜索关键字:sheng    ( 232个结果
python常用数据类型-字典
一、定义字典 二、判断 非空即真,非0即真 例如:(如果e变量中的内容有数据为真,为空打印假) 三、增加 (字典是无序的) shenyang['phone']='3333'#往字典里面增加k-v 即python:3333 四、修改 五、删除 六、取值 七、高效循环字典的方式 ...
分类:编程语言   时间:2018-06-06 15:39:22    阅读次数:269
ABAP术语-SAP GUI for HTML
SAP GUI for HTML 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/14/1104996.html An ITS implementation model for SAP Internet Applications that e ...
分类:Web程序   时间:2018-05-30 13:59:24    阅读次数:187
ABAP术语-Purchase Order
Purchase Order 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/07/1094717.html Request or instruction from a purchasing organization to a vendor ...
分类:其他好文   时间:2018-05-30 13:58:17    阅读次数:184
ABAP术语-BAPI ExplorerSupertype
Supertype 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/17/1109837.html Object type from which another object type (subtype) has inherited all ...
分类:Windows程序   时间:2018-05-30 13:54:23    阅读次数:207
hdoj 1024
Max Sum Plus Plus Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 35117 Accepted Submission(s): 1 ...
分类:其他好文   时间:2018-05-23 17:02:18    阅读次数:212
列排(list)排序
排序 方法一 1. 数字排序(从小到大进行排序,改变的是本身) scores = [23,43,54,67,87,100] scores.sort() print(scores) 2. 字符串排序(按首字母排序 ) 方法一 .sort() name = ["shi","sheng","ru","yi ...
分类:编程语言   时间:2018-05-14 21:33:12    阅读次数:233
MySQL第三天
MySQL第二天关键词:分组聚合自关联物理上一张表,逻辑上是两张表createtableareas(idintprimarykey,atitlevarchar(20),pidint,foreignkey(pid)referencesareas(id));导入sql文件sourceareas.sql;示例图示例语句selectsheng.idassid,sheng.titleasstile,shi.
分类:数据库   时间:2018-05-13 23:03:53    阅读次数:174
最新工作积累记录
C#-Aspose.Words-去掉单元格默认首行缩进2个字符的问题 http://www.jiangjiesheng.com/asp/174.html Web-地址请求出现404错误的3种可能 http://www.jiangjiesheng.com/weball/173.html Web-Win ...
分类:其他好文   时间:2018-04-26 11:52:31    阅读次数:161
MongoDB数据库安装
安装与卸载 安装 在Mac上使用homebrew安装 1. 更新Homebrew的package数据库: 2. 安装: 然后会出现下面这样 3. 查看所有homebrew所安装的软件 这时候在列表中会出现mongodb 这就代表安装成功了 卸载: 我们这还是通过homebrew来卸载 然后在查看br ...
分类:数据库   时间:2018-04-25 16:58:06    阅读次数:199
linux下创建和删除软、硬链接
参考:https://www.cnblogs.com/xiaochaohuashengmi/archive/2011/10/05/2199534.html linux下创建和删除软、硬链接 参考:https://www.cnblogs.com/xiaochaohuashengmi/archive/2 ...
分类:系统相关   时间:2018-04-21 19:49:56    阅读次数:195
232条   上一页 1 ... 9 10 11 12 13 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!