常用的: 查看部署了哪些java項目-bash-4.1$ ps -ef|grep java開始獲取ROOT權限操作-bash-4.1$ su -Password: 已經獲取了root權限[root@TY-KOUHUO-AP01 ~]# cd /var/opt/.mycat/[root@TY-KOUH ...
分类:
系统相关 时间:
2020-01-14 23:31:08
阅读次数:
105
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.... ...
分类:
其他好文 时间:
2020-01-13 21:30:47
阅读次数:
69
最近需要写一些winfrom与端口交互的代码,需要的自取哦! using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using Syst ...
1、 python中的__str__()函数 2、python 何时单用__hash__或__eq__何时一起用 https://blog.csdn.net/sinat_38068807/article/details/86519944#%EF%BC%881%EF%BC%89%E4%BB%A5%E4 ...
分类:
编程语言 时间:
2020-01-12 22:15:42
阅读次数:
113
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Dapper; using System.Data.SqlClient; ...
分类:
其他好文 时间:
2020-01-11 21:59:35
阅读次数:
78
在将项目迁移到MySQL 5.6.10数据库上时,遇到和迁移到PostgreSQL数据库相同的一个问题,就是TimeStamp/RowVersion并发控制类型在非Microsoft SQL Server数据库中的实现。 先上网搜索解决方案,找到Ak.Ini的博文http://www.cnblogs ...
分类:
数据库 时间:
2020-01-11 09:32:39
阅读次数:
109
本启动停止规范适用于单实例数据库。一.启动数据库:sqlplus/assysdbaSQL>startup启动成功后,启动监听lsnrctlstatus启动监听后,动态监听需要等待一分钟左右,才可以将服务注册成功。或手动在SQLPLUS中发出altersystemregister;二.关闭数据库:应用停掉停监听器ps-ef|grepLOCAL|wc-l[oracle@r11g~]$lsnrct
分类:
数据库 时间:
2020-01-11 09:25:35
阅读次数:
118
1.DelegateCommand.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 u ...
1、MyDbContext 2、MyDbContextFactory 3、GenericRepository ...
分类:
其他好文 时间:
2020-01-10 12:48:21
阅读次数:
98
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:
其他好文 时间:
2020-01-10 00:40:56
阅读次数:
75