其他-月排行
根据视频教程来,在Android SDK里找到uiautomatorviewer.bat文件,双击打开,闪退 查看报错信息:去SDK路径下使用cmd打开,报错信息如下 这时去百度,报错信息与这个地址一模一样(https://blog.csdn.net/qq_42926114/article/deta ...
分类:其他 时间:2021-03-06 12:50:02 收藏:0 阅读:364
背景 项目使用了阿里druid jdbc连接池。某天环境出现网络波动,持续20分钟后,网络恢复,单服务一直无法连接数据库。重启之后正常运行 druid 版本:1.1.21 项目配置 spring.datasource.druid.game.driver-class-name = com.mysql. ...
分类:其他 时间:2021-04-29 15:26:44 收藏:0 阅读:320
System.Runtime.CompilerServices.Unsafe,检测到的包版本在依赖项约束之外: Microsoft.AspNetCore.App 2.1.27 ...
分类:其他 时间:2021-05-04 23:38:11 收藏:0 阅读:354
timeout机制以及异常捕获 https://e.printstacktrace.blog/how-to-time-out-jenkins-pipeline-stage-and-keep-the-pipeline-running/ pipeline { agent any options{ tim ...
分类:其他 时间:2021-05-06 17:52:32 收藏:0 阅读:220
####出现错误 提示信息: router.beforeEach((to, from, next) => { if (!storage.getItem('userInfo')) { console.log('error') next({ path: '/login' }) } else { cons ...
分类:其他 时间:2021-06-06 16:55:14 收藏:0 阅读:575
改变paginationSize 的按钮的位置的改变 通过自定义Select和官方提供的pageSize 来自定义改变下拉框 handleShowTotal = (total, range) => { let pageSizeOptions = [10, 20, 30, 40] return ( < ...
分类:其他 时间:2021-07-13 20:35:26 收藏:0 阅读:161
一、前端代码 1 <el-table 2 ref="multipleTable" 3 :data="tableData" 4 stripe 5 style="width: 99%;margin-bottom: 10px;" 6 border 7 :height="$publicjs.tableHei ...
分类:其他 时间:2021-08-05 22:40:49 收藏:0 阅读:134
sheet.setDefaultRowHeight((short) (2 * 256)); //设置默认行高,表示2个字符的高度 sheet.setDefaultColumnWidth(17); //设置默认列宽,实际上回多出2个字符,不知道为什么这只poi组件中的两个方法,需要注意的是,必须先设置...
分类:其他 时间:2014-02-12 20:28:16 收藏:0 阅读:2650
// Initialize unmanged memory to hold the array. int size = Marshal.SizeOf(bytes[0]) * bytes.Length; IntPtr pnt = Marshal.AllocHGlobal(size); try { //...
分类:其他 时间:2014-02-15 05:56:38 收藏:0 阅读:975
在使用dom4j组装xml时,出现如下错误: org.apache.cxf.interceptor.Fault: Adding text to an XML document must not be null at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162) at o...
分类:其他 时间:2014-03-30 20:45:24 收藏:0 阅读:3712
SingleColumnValueFilter 过滤某列值大于多少小于多少:                List filters = new ArrayList();               filters.add(  new SingleColumnValueFilter(Bytes.toBytes("pinfo"),  //列族...
分类:其他 时间:2014-08-14 16:51:08 收藏:0 阅读:1178
开发板:FL2440内核版本:linux-2.4.3先附上最终源码show_font.c 还需要一个文件HZK16随便百度下一份就行。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 ...
分类:其他 时间:2014-10-15 19:00:24 收藏:0 阅读:1792
画原理图的时候为了使布线方便,使用了jlink的引脚。而STM32默认是设置为Jlink功能的,所以烧写代码的时候必须先关闭Jlink功能才能当做普通IO口使用,关闭代码如下:1 RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE);2 ...
分类:其他 时间:2014-11-17 22:31:43 收藏:0 阅读:3382
标题&作者 1、标题 \title{} “Line breaks (\\) may be used to equalize the length of the title lines. Do not use math or other special symbols in the title.” 2...
分类:其他 时间:2014-12-23 12:11:13 收藏:0 阅读:1847
C99版的C语言引入了inline关键字开始支持inline 函数,在这之前传统的C语言(C89)是没有inline 关键字的,也不支持inline 函数。不过大多数 C89 的编译器都将inline作为一种附加特性早早的就加进去了。gcc 也不例外,不过gcc增加inline特性时C99还没定型,gcc中inline 的语意与C99也有些许的区别。这里就主要说说gcc 中的inline 特性。...
分类:其他 时间:2015-01-06 23:11:16 收藏:0 阅读:1799
首先设置autoFillBackground属性为真然后定义一个QPalette对象设置QPalette对象的背景属性(颜色或图片)最后设置QWidget对象的Palette实例: 1 # -*- coding: utf-8 -*- 2 import sys 3 from PyQt4 import ...
分类:其他 时间:2015-01-20 21:57:37 收藏:0 阅读:11689
介绍markdown 语法之字体、字号、颜色以及背景色...
分类:其他 时间:2015-05-25 10:02:56 收藏:0 阅读:27254
Sophia:qc sophia$ git clone git@git.abc.org:abcfatal: could not create work tree dir 'abc'.: Permission denied原因cd 到qc-amend目录,使用ls -l 可以看到qc/目录的权限:??...
分类:其他 时间:2015-07-22 18:05:09 收藏:0 阅读:5030
看到Logger可以打印json,当时就想能不能打印集合呢,现在通过学习了一些反射的东西,写了出来,仅供参考。 Log日志打印集合类型public static void list(List list) { if (IS_DDEBUG) { if (list == null || list.size() == 0) {...
分类:其他 时间:2015-08-03 19:15:22 收藏:0 阅读:1441
数学有它的特殊性,而与思维导图又能碰撞出不同的火花。思维导图制作软件让你将表达、记录、分析想法,将相关的信息连接到一起,探索更多可能性,在数学控制和归纳概念上有极大的帮助。 小编比较了这四个软件:“...
分类:其他 时间:2015-08-26 14:04:52 收藏:0 阅读:1489
113513613713813983372
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!