码迷,mamicode.com
首页 >  
搜索关键字:try except    ( 18632个结果
Core Python | 2 - Core Python: Getting Started | 2.4 - Introducing Strings, Collections, and Iteration | 2.4.4 - Bytes
Bytes are very similar to strings, except that rather than being sequences of Unicode code points, they are sequences of, well, bytes. As such, they a ...
分类:编程语言   时间:2021-03-06 14:52:54    阅读次数:0
Spring Security 整合 微信小程序登录的思路探讨
1. 前言 原本打算把Spring Security中OAuth 2.0的机制讲完后,用小程序登录来实战一下,发现小程序登录流程和Spring Security中OAuth 2.0登录的流程有点不一样,就把写了半天的东西全部推翻了。但是,但是过了一天之后,突然感觉又可以了。我们来一起试一试。 2. ...
分类:微信   时间:2021-03-06 14:19:03    阅读次数:0
pickle反序列化随记
#1.关于pickle和Cpickle 等同于PHP的serialize和unserialize,是一个序列化和反序列化的过程。 #2.pickle序列化和反序列化相关的函数 4个,dump,dumps,load,loads 其中dump和load一组,dumps和loads一组 dump&load ...
分类:其他好文   时间:2021-03-03 12:02:47    阅读次数:0
从壹开始微服务 [ DDD ] 之一 ║ D3模式设计初探 与 我的计划书
系列文章列表,点击展示/隐藏 系列教程一目录:.netcore+vue 前后端分离Demo1Demo2视频教程1视频教程2Code 系列教程二目录:DDD领域驱动设计Demo Code 视频教程 系列教程三目录:Nuxt.js TiBug系统Demo Code 系列教程四目录:VueAdmin 后台 ...
分类:其他好文   时间:2021-03-02 12:08:14    阅读次数:0
it 作形式主语:It's no good doing sth.
It's no good doing sth. 这个 句型其实是一个省 略介词 in 的句型,完整形式是 It's no good in doing sth. 其中, good 是形容词,和介词 in 搭配 ,后面接动名词短语, 表示在做某过程中没有益处。 例句: It's no good read ...
分类:其他好文   时间:2021-03-02 12:07:16    阅读次数:0
jdb链接数据库,简单操作(ResultSet,浮标)(DriverManager 驱动管理器类 Connection 接口 Statement 接口)
链接数据库 public static void main(String[] args) { //简约方式 try { Connection conn = DriverManager.getConnection("jdbc:mysql:/mysql?user=aa"); Statement st = ...
分类:数据库   时间:2021-03-02 12:02:39    阅读次数:0
sleep的使用
package com.sean.base.threadStudy; import com.sean.base.object01.SimpleDateFormatDemo; import java.text.SimpleDateFormat; import java.util.Date; /** * ...
分类:其他好文   时间:2021-03-01 13:10:17    阅读次数:0
NXOpen批量创建部件
C++ 2010 //获取UI值和路径void CreateNewComponent::GetUIValueandPath() { try { NewName.clear(); NewNamePath.clear(); selectBodys.clear(); //获取显示部件的全路径 partfu ...
分类:其他好文   时间:2021-03-01 13:06:51    阅读次数:0
geoserver账号密码初始化
geoserver账号密码初始化 将D:\geoserver-2.16.2\data_dir\security\usergroup\default文件目录中的users.xml文件内容替换成下列内容: <?xml version="1.0" encoding="UTF-8"?> <userRegis ...
分类:其他好文   时间:2021-02-27 13:06:05    阅读次数:0
关于application.yml配置读取
问题记录 在完成项目的过程中,遇到了这样一个问题:读取application.yml信息时,报空指针异常。 application.yml配置如下: #Cacheable 注解默认生存时间(秒)cacheable: redis: ttl: 3600 在自定义的 PropertiesUtil类中,进行 ...
分类:移动开发   时间:2021-02-27 12:57:22    阅读次数:0
18632条   上一页 1 ... 19 20 21 22 23 ... 1864 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!