Executor Framework e.g. Runnable interface specifies a task to execute concurrently with other tasks. run() contains the task to perform. Executor Int ...
分类:
编程语言 时间:
2019-12-31 18:23:13
阅读次数:
66
1. 安装centos 7 gonome桌面版 2. root权限登录 3. CentOS 7 上安装 VNC 服务器 yum install tigervnc-server -y 4. 配置防火墙来让 VNC 服务正常工作配置防火墙来让 VNC 服务正常工作 firewall-cmd --perm ...
分类:
其他好文 时间:
2019-12-31 10:48:21
阅读次数:
109
Petal software is a kind of Sketchpad software for learning to draw. The sketchpad app supports rich functions and powerful performance. Various brush ...
分类:
其他好文 时间:
2019-12-29 00:56:54
阅读次数:
76
记录一下常用的ADB命令,然后写app性能自动化脚本。 adb devices: 查看当前连接的设备 adb shell pm list packages:显示手机应用里所有的包名 adb shell dumpsys activity | findstr "mFocusedActivity":查看顶 ...
分类:
数据库 时间:
2019-12-29 00:41:30
阅读次数:
96
前提: 假设现在有一个提交表单,里面有n个查询条件,用户可以填写几个或者不填写来提交。 思想“ 判断每个条件用户输入是否为空,不为空则使用sql语句拼接 这是期末项目中用来查询图片的函数的代码: public List<Image> watchImageDao(Image img){ Connect ...
分类:
数据库 时间:
2019-12-28 11:42:23
阅读次数:
406
遇到了各种问题 感觉后面可以解决所有问题,哈哈哈https://www.jianshu.com/p/f0d2d4ade6fa 要注意的是最后一步。每条MySQL语句后面一定要有分号,才能运行结束 ...
分类:
数据库 时间:
2019-12-27 23:25:11
阅读次数:
111
参考文档http://www.fordba.com/mysql_proxysql_rw_split.htmlhttps://www.cnblogs.com/zhoujinyi/p/6829983.html腾讯云cdb可以提供主库VIP+只读从库VIP的形式,这样开发使用时需要维护2个VIP而且不能自动读写分离,基于现状计划使用proxysql结合clb及cdb来实现读写自动分离。架构如下:app-
分类:
数据库 时间:
2019-12-27 09:52:21
阅读次数:
87
11:49:00,101 DEBUG - MOVESCU->AESERVER(1): enter state: Sta5 - Awaiting A-ASSOCIATE-AC or A-ASSOCIATE-RJ PDU 11:49:00,107 INFO - MOVESCU->AESERVER(1) ...
分类:
其他好文 时间:
2019-12-26 13:24:06
阅读次数:
114
#crontab定时任务(周一全量,周二至周日增量) 30 0 * * 1 nohup sh /data/rman/script/rmanfull.sh > /data/rman/script/rman.log &30 0 * * 0,2,3,4,5,6 nohup sh /data/rman/sc ...
分类:
数据库 时间:
2019-12-24 13:39:21
阅读次数:
98
######################################################## #编辑pfile文件initspdb.ora vi /oracle/app/oracle/product/12.2.0/db_1/dbs/initspdb.ora audit_file_ ...
分类:
数据库 时间:
2019-12-24 11:30:21
阅读次数:
169