urllib库的使用 requests库的简单使用 requests和github api的互动 response响应的常用api ...
1. 创建Android项目 1) Application name:应用名称,launcher界面显示的 2) Company Domain:公司域名(sprd.com) 3) Package name:项目的包名,具有唯一性。系统通过包名区分不同的应用程序。 2. UI界面 1) 工具栏 2) ...
分类:
移动开发 时间:
2019-07-23 09:58:58
阅读次数:
117
新闻 "ML.NET 1.2发布,包含Model Builder升级" "NuGet.org上现在显示GitHub的使用情况" "微基准测试设计准则" "为线程添加mono.wasm支持" "Haskell——经验总结" "MSBuild二进制与结构日志浏览器" 视频及幻灯片 "F MonoGame ...
分类:
其他好文 时间:
2019-07-23 00:40:03
阅读次数:
141
今天在调试web应用的时候,碰到时间序列化和反序列化问题,网上查的资料一般都是关于 @JsonFormat 和 @DateFormat 网上好多说的是 @JsonFormat 是 把 对象转 string 即序列化起作用,@DateFormat 是string 转 对象 即反序列化起作用,也有的说 ...
分类:
Web程序 时间:
2019-07-23 00:26:17
阅读次数:
188
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0 ...
分类:
移动开发 时间:
2019-07-22 20:14:47
阅读次数:
170
报错问题: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfig ...
分类:
数据库 时间:
2019-07-22 10:14:25
阅读次数:
110
weblogic部署服务后由于交接过程中文档不完整导致有一个域的控制台账号密码遗失, 在此整理记录一下重置控制台账号密码的过程: 注:%DOMAIN_HOME%:指WebLogic Server 域(Domain)目录,例如我就是E:\Programs\bea10\user_projects\dom ...
分类:
Web程序 时间:
2019-07-21 18:50:31
阅读次数:
184
package me.zhengjie.monitor.rest; import me.zhengjie.common.aop.log.Log; import me.zhengjie.monitor.domain.vo.RedisVo; import me.zhengjie.monitor.serv... ...
分类:
其他好文 时间:
2019-07-21 13:19:12
阅读次数:
90
一个单页应用打开一个新的窗口不是很好控制,比如权限的处理,因为原先的页面不会自动刷新,方法很简单: 经过尝试发现query的传值可以在新页面通过this.$route.query.id的方式取值,但是使用params时得注意你的路由定义的时候得是xxx/xxx/:id/:domain;否则你将取不到 ...
分类:
其他好文 时间:
2019-07-20 23:35:54
阅读次数:
118
springboot项目整合mybatis,配置文件如下: 做sql查询的时候,提示com.mysql.jdbc.Driver已经弃用了。 Creating a new SqlSessionSqlSession [org.apache.ibatis.session.defaults.DefaultS ...
分类:
数据库 时间:
2019-07-20 16:56:36
阅读次数:
1457