• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






小三的小四

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 4 5 6 7 8 9 10 下一页

2019年8月7日

Linux 安装mysql
摘要: 转载: https://www.cnblogs.com/duanrantao/p/8988116.html 阅读全文
posted @ 2019-08-07 10:40 小三的小四 阅读(125) 评论(0) 推荐(0)
 
Linux 配置nginx
摘要: 转载:https://www.cnblogs.com/zyulike/p/11157674.html 阅读全文
posted @ 2019-08-07 09:28 小三的小四 阅读(105) 评论(0) 推荐(0)
 

2019年8月6日

java 微信H5支付
摘要: 后台处理请求: 微信支付回调: 阅读全文
posted @ 2019-08-06 09:19 小三的小四 阅读(3030) 评论(0) 推荐(0)
 

2019年7月30日

微信公众号授权登录两种方式
摘要: 微信网页授权:scope有两种方式: scope=snsapi_userinfo:需要用户点击确认,才会去登录scope=snsapi_base:不需要用户点击确认,默认登录 var callbackUrl ="http://www.xxx.com";var url = 'https://open. 阅读全文
posted @ 2019-07-30 11:03 小三的小四 阅读(8813) 评论(0) 推荐(0)
 

2019年7月11日

Jsoup 获取页面返回的table中的内容
摘要: 这里就按照查号码页面,返回的是一个html页面,从页面中获取带到需要的信息,有时候会出现乱码, EntityUtils.toString(entity, "gb2312")小陷阱 设置的编码格式要按照,返回的页面头信息中的编码格式设置,如果设置了utf-8就会出现乱码 try { HttpClien 阅读全文
posted @ 2019-07-11 10:29 小三的小四 阅读(1767) 评论(0) 推荐(0)
 

2019年6月5日

Python Model执行迁移数据库失败
摘要: 报错形式+解决方案: makemigrations Please select a fix: 1) Provide a one-off default now (will be set on all existing rows) 2) Quit, and let me add a default i 阅读全文
posted @ 2019-06-05 09:53 小三的小四 阅读(592) 评论(0) 推荐(0)
 

2019年5月22日

java上传txt文件,出现中文乱码
摘要: public String uploadBook(MultipartFile file, Book book, HttpServletRequest request) { try{ String lineTxt = null; String content=""; List<String> titl 阅读全文
posted @ 2019-05-22 09:44 小三的小四 阅读(5015) 评论(0) 推荐(0)
 

2019年5月15日

在Window环境下,使用Django shell 命令查询数据库
摘要: 1 .首先需要配置python的环境变量 ,也就是python的安装路径 我的本地的路径是C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32 然后打开cmd 输入python ,显示python的版本,表示配置成功,否则失 阅读全文
posted @ 2019-05-15 17:09 小三的小四 阅读(1100) 评论(0) 推荐(0)
 

2019年5月8日

Java模拟form表单提交普通参数和文件
摘要: 下面是需要传入的参数的格式及要求:package com.quanzhen.test;import java.io.BufferedReader;import java.io.DataInputStream;import java.io.DataOutputStream;import java.io 阅读全文
posted @ 2019-05-08 17:56 小三的小四 阅读(6602) 评论(0) 推荐(0)
 

2019年4月4日

Java 控制台对字符串的处理
摘要: public static void main(String[] args) { String rst=""; List list=new ArrayList(); List lists=new ArrayList(); Scanner scanner=new Scanner(System.in); String nextLine=scanner.nextLine(... 阅读全文
posted @ 2019-04-04 14:13 小三的小四 阅读(348) 评论(0) 推荐(0)
 
上一页 1 ··· 4 5 6 7 8 9 10 下一页