整合spring和springmvc 1、在web.xml中添加spring监听器 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http:/ ...
分类:
其他好文 时间:
2020-07-29 10:18:29
阅读次数:
53
mvc处理乱码:①public String isreg(User u,HttpServletRequest request)②String name = u.getname(); String str = new String(name.getBytes("iso-8859-1"),"utf-8" ...
分类:
编程语言 时间:
2020-07-28 22:53:10
阅读次数:
108
#include <iostream> #include <fstream> #include <string> #include <vector> #include <windows.h> using namespace std; string UTF8ToGB(const char* str) ...
分类:
编程语言 时间:
2020-07-28 14:12:09
阅读次数:
119
问题状况: response = requests.get(url=url, headers=headers).text html = etree.HTML(response) name = html.xpath("/html/body/div[2]/ul/li[1]/a/p/text()")[0] ...
分类:
编程语言 时间:
2020-07-28 14:08:09
阅读次数:
87
string myString = Marshal.PtrToStringAnsi(ocrStr); #region 转换为utf-8编码 byte[] bytes = Encoding.Default.GetBytes(myString); string myStringr = Encoding. ...
Centos安装(minimalinstall)示例:VMwarePro15.5.6,centos8.2一、下载?官网:https://www.centos.org/download/?阿里云镜像站:https://developer.aliyun.com/mirror/二、安装1、VMware新建虚拟机?文件---新建虚拟机---默认选择典型(小白选择)---下一步选择稍后安装操作系统---下一
分类:
其他好文 时间:
2020-07-27 23:38:11
阅读次数:
87
Centos安装(minimalinstall)示例:VMwarePro15.5.6,centos8.2一、下载?官网:https://www.centos.org/download/?阿里云镜像站:https://developer.aliyun.com/mirror/二、安装1、VMware新建虚拟机?文件---新建虚拟机---默认选择典型(小白选择)---下一步选择稍后安装操作系统---下一
分类:
其他好文 时间:
2020-07-27 23:37:53
阅读次数:
253
俗话说得好,不想进大厂的程序员不是一个好程序员。那么作为即将步入程序员大军的小萌新/程序员界的老司机,你们都是如何备战大厂的呢?是否面对网络上纷繁复杂的资料茫然无从下手?抑或是坐在电脑旁埋头敲着代码却找不到一丝存在感?不用怕!今天我就来带大家一起解锁一款程序员必备法宝,帮你轻松提升编程能力,离大厂更进一步。
分类:
其他好文 时间:
2020-07-27 14:01:55
阅读次数:
73
apple 官方文档 https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/RunLoopManagement/RunLoopManagement.html#//apple_ ...
分类:
移动开发 时间:
2020-07-27 09:52:52
阅读次数:
89
本文将介绍在ASP.Net Core中处理异常的几种方法 1使用开发人员异常页面(The developer exception page) 2配置HTTP错误代码页 Configuring status code pages 3使用MVC过滤器 ExceptionFilter 4 自定义异常捕获中 ...
分类:
Web程序 时间:
2020-07-27 09:46:04
阅读次数:
103