上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: mysql删除不干净大概有两点1.文件残留 2.注册表 删除:https://www.cnblogs.com/solargen/p/6838657.html 安装:https://www.cnblogs.com/solargen/p/6835399.html 阅读全文
posted @ 2019-04-02 08:10 Money131 阅读(278) 评论(0) 推荐(0) 编辑
摘要: myeclipse和eclipse两个软件不一样的点很多,当然玩的时候也会遇到找不到的选项 此片摘自: https://www.cnblogs.com/icebutterfly/p/7771936.html 主要介绍怎么调出web、javaee。 阅读全文
posted @ 2019-04-01 22:16 Money131 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 这两篇可以入门 http://www.cnblogs.com/ninahan0419/archive/2009/06/25/javarmi.html http://www.cnblogs.com/wxisme/p/5296441.html 阅读全文
posted @ 2019-03-30 17:26 Money131 阅读(189) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/web-panpan/p/8603931.html 阅读全文
posted @ 2019-03-26 13:38 Money131 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 微信小程序账号与工具 在线文档:https://mp.weixin.qq.com/debug/wxadoc/dev/ 小程序开发者账号注册 微信公众平台:https://mp.weixin.qq.com/ 小程序开发者账号注册:https://mp.weixin.qq.com/wxopen/ware 阅读全文
posted @ 2019-03-22 20:50 Money131 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 移动文件有一种简单方法,不需要复制文件再删除文件。 使用FileInputStream类的read(byte[])方法和FileOutputStream类的write(byte[])方法实现文件移动。 已知文件:d:\\developer\\56.txt 目标地址:e:\\英雄时刻\\56.txt 阅读全文
posted @ 2018-11-13 20:04 Money131 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 # st='hello kitty {name} is {age}' 2 # 3 # print(st.count('l')) # 统计元素个数 4 # print(st.capitalize()) # 首字母大写 5 # print(st.center(50,'#')) # 居中 6 # print(st.endswith('tty3')) # ... 阅读全文
posted @ 2018-08-09 20:57 Money131 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 2018-08-08 最次的 购物车 删除: a.remove() a.pop() # ()内容为数字 ,牵引的编号 del #可以删除任何值、表、对象。 计算 count 添加 extend 附加 append len(product_list) 显示列表长度 阅读全文
posted @ 2018-08-08 20:51 Money131 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 循环loop 有限循环 ,次数限制 无限循环=死循环 continue 结束本次循环,继续下一次循环 break 跳出整个当前的循环 forwhilebreak continue 数据类型 整数 字符串 列表,元组 查 索引(下标) ,都是从0开始 切片 .count 查某个元素的出现次数 .ind 阅读全文
posted @ 2018-08-07 20:56 Money131 阅读(100) 评论(0) 推荐(0) 编辑
摘要: location 位置 untitled 未命名的 fullstack 全栈 interpreter 解释器 字符格式化输出 占位符 %s s = string %d d = digit 整数 %f f = float 浮点数,约等于小数 数据运算 数据类型出初识 数字 整数 int(integer 阅读全文
posted @ 2018-08-07 08:50 Money131 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页