ubutnu 20.04 Pycham突然卡住的问题解决办法 找到sogou输入法进程 ps -ef | grep sogou bob 1682 899 0 4月07 ? 00:01:05 /opt/sogoupinyin/files/bin/sogoupinyinService-watchdog ...
分类:
其他好文 时间:
2021-04-09 13:05:36
阅读次数:
0
将服务寄宿与控制台: using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.ServiceModel.Description; using ...
分类:
其他好文 时间:
2021-04-06 14:33:05
阅读次数:
0
先创建后台实体类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System. ...
ps 命令的作用是显示进程信息的; | 符号,是个管道符号,表示ps 和 grep 命令同时执行; grep 命令是查找(Global Regular Expression Print),能使用正则表达式搜索文本,然后把匹配的行显示出来; ps命令有一些参数: -e : 显示所有进程 -f : 全格 ...
分类:
其他好文 时间:
2021-04-02 13:33:41
阅读次数:
0
列表如下 [ {'name': 'eth0', 'macAddr': '2c:44:fd:7f:56:a4'}, {'name': 'eth5', 'macAddr': 'd8:9d:67:f2:ef:74'}, {'name': 'eth3', 'macAddr': '2c:44:fd:7f:56 ...
分类:
编程语言 时间:
2021-04-02 13:05:55
阅读次数:
0
自定义学生类 public class Student { public int Id { get; set; } public string Name { get; set; } public int ClassId { get; set; } public int Age { get; set; ...
分类:
其他好文 时间:
2021-03-31 12:08:29
阅读次数:
0
我们之前研究过Code First的一个小小的案例,但是只是用了单数据库。 今天还是来做一个mysql sqlserver同时能使用的一个案例 需要工具 1.VS2019 core3.1 2.脑子一个 3.虚拟机windows server,Centos7 引入EF Code 新建一个用户实体类(我 ...
分类:
数据库 时间:
2021-03-29 12:11:53
阅读次数:
0
https://blog.csdn.net/SpuerCheng/article/details/80398766 ...
分类:
数据库 时间:
2021-03-26 15:34:15
阅读次数:
0
https://blog.csdn.net/weixin_43817709/article/details/90236511 ...
分类:
数据库 时间:
2021-03-26 15:33:39
阅读次数:
0
ps -ef|grep apache -tomcat 查看进程 kill -9 杀死进程 ls 看命令 ./ startup.sh 启动 cd ../logs 查log tail -f catalina.out 看log chmod -R 777 * chmod 777 * 赋权限 unzip 文件 ...
分类:
系统相关 时间:
2021-03-26 15:32:48
阅读次数:
0