上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 1. from2. on3. join4. where5. group by6. with7. having8. select9. distinct10. order by11. limit 例: 其中的最后一行中的 d2.dept_id 不能换为 d2.p_id 原因: 先执行on,再执行sele 阅读全文
posted @ 2019-05-08 10:26 小菜鸡的梦想 阅读(151) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- ''' Created on 2019年5月6日 @author: 薛卫卫 ''' import urllib.request import re def download(url, user_agent="wswp",num_retries=2): print("Downloading: " , url) headers =... 阅读全文
posted @ 2019-05-07 21:59 小菜鸡的梦想 阅读(391) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- ''' Created on 2019年4月27日 @author: lenovo ''' # import urllib3 # def download(url): # return urllib3.connection_from_url(url) # # print(download('http://now.qq.com')) ... 阅读全文
posted @ 2019-05-06 21:23 小菜鸡的梦想 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 右键点击项目 → “Java EE Tool” → “Generate Deployment descriptor stub” 即可生成web.xml文件 阅读全文
posted @ 2019-05-05 16:53 小菜鸡的梦想 阅读(2004) 评论(0) 推荐(0) 编辑
摘要: 如果您是用IDEA 的 maven 写的 将slf4j的导入包 更改 为下列代码 原因如下: 如果图片未加载成功,请看官方回答 阅读全文
posted @ 2019-04-26 18:16 小菜鸡的梦想 阅读(4822) 评论(0) 推荐(1) 编辑
摘要: 如果是用maven写的 将applicationContext.xml放置在resources中 阅读全文
posted @ 2019-04-26 17:33 小菜鸡的梦想 阅读(1622) 评论(0) 推荐(1) 编辑
摘要: <insert id="dynamicAddUser"> insert into t_user <!-- trim 对所有的表中列名 进行动态处理 --> <trim prefix="(" suffix=")" suffixOverrides=","> <!-- 这个phone指的是pojo。Use 阅读全文
posted @ 2019-04-26 14:36 小菜鸡的梦想 阅读(567) 评论(0) 推荐(0) 编辑
摘要: driver = oracle.jdbc.driver.OracleDriver url = jdbc:oracle:thin:@localhost:1521:orcl 阅读全文
posted @ 2019-04-25 17:06 小菜鸡的梦想 阅读(260) 评论(0) 推荐(0) 编辑
摘要: jdbc.driver = com.mysql.jdbc.Driverjdbc.url = jdbc:mysql://localhost:3306/数据库名jdbc.username = rootjdbc.password = ****** 阅读全文
posted @ 2019-04-25 17:03 小菜鸡的梦想 阅读(101) 评论(0) 推荐(0) 编辑
摘要: _this.setData is not a function;at api request success callback function TypeError: _this.setData is not a function setData 不是 setDate 阅读全文
posted @ 2019-04-13 17:42 小菜鸡的梦想 阅读(623) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页