会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
特务小强
说做过的,做说过的
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
10
下一页
2019年7月4日
Operating System Error Codes
摘要: https://mariadb.com/kb/en/library/operating-system-error-codes/
阅读全文
posted @ 2019-07-04 10:16 特务小强
阅读(225)
评论(0)
推荐(0)
2019年6月13日
1-STM32嵌入LUA开发(控制小灯闪耀)
摘要: https://www.cnblogs.com/yangfengwu/p/9315841.html
阅读全文
posted @ 2019-06-13 09:34 特务小强
阅读(481)
评论(0)
推荐(0)
2019年6月11日
Example: Getting WMI Data from the Local Computer
摘要: https://docs.microsoft.com/en-us/windows/desktop/wmisdk/example--getting-wmi-data-from-the-local-computer https://blog.csdn.net/bing87496988/article/d
阅读全文
posted @ 2019-06-11 15:22 特务小强
阅读(253)
评论(0)
推荐(0)
2019年4月30日
constexpr函数"QAlgorithmsPrivate::qt_builtin_popcount"不会生成常数表达式
摘要: https://codereview.qt-project.org/#/c/236948/2/src/corelib/tools/qalgorithms.h
阅读全文
posted @ 2019-04-30 08:51 特务小强
阅读(1334)
评论(0)
推荐(0)
2019年2月12日
Oracle 导出用户下的所有索引创建语句
摘要: SELECT dbms_lob.substr(dbms_metadata.get_ddl('INDEX', INDEX_NAME))||';' from dba_indexes where owner='需要导出所有索引的用户' refer to:https://www.cnblogs.com/lh
阅读全文
posted @ 2019-02-12 17:06 特务小强
阅读(8238)
评论(0)
推荐(0)
2019年1月31日
如何创建只读权限oracle账户
摘要: 1.创建角色 CREATE ROLE SELECT_ROLE 2.给角色分配权限 grant CREATE VIEW to SELECT_ROLE; grant CREATE SYNONYM to SELECT_ROLE; grant CONNECT TO SELECT_ROLE;grant SEL
阅读全文
posted @ 2019-01-31 15:35 特务小强
阅读(7025)
评论(0)
推荐(0)
2019年1月30日
CentOS7使用firewalld打开关闭防火墙与端口
摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 :
阅读全文
posted @ 2019-01-30 09:59 特务小强
阅读(2355)
评论(0)
推荐(0)
2018年9月17日
Linux字符界面如何安装VirtualBox增强功能
摘要: Linux字符界面如何安装VirtualBox增强功能
阅读全文
posted @ 2018-09-17 09:36 特务小强
阅读(473)
评论(0)
推荐(0)
2018年8月15日
linux下查看CPU、内存、磁盘信息
摘要: 1、查看CPU信息# 总核数 = 物理CPU个数 X 每颗物理CPU的核数 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线程数# 查看物理CPU个数cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l# 查看每个
阅读全文
posted @ 2018-08-15 09:43 特务小强
阅读(1458)
评论(0)
推荐(0)
2018年8月14日
高可用解决方案
摘要: KeepAlive--高可用解决方案 究竟啥才是互联网架构“高可用”
阅读全文
posted @ 2018-08-14 15:41 特务小强
阅读(369)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告