码迷,mamicode.com
首页 >  
搜索关键字:my    ( 14389个结果
windows terminal美化
安装字体 参考:5 个 PowerShell 主题,让你的 Windows 终端更好看 - 少数派 首先需要注意的是,oh-my-posh 主题使用了一些非 Powerline 字体不支持的字符,因此如果你使用默认的等宽字体(比如 Consolas),在显示过程中就会出现乱码、字符显示不全的现象。 ...
分类:Windows程序   时间:2020-06-14 16:29:35    阅读次数:190
Zotero: add a history feature for paper viewing
During my time with Zotero, I've really enjoyed its various features and the 300MB of file sync space is able to be extended by modifying the path to ...
分类:Windows程序   时间:2020-06-14 12:40:08    阅读次数:76
JS继承
ES5继承 function Person(name, age) { this.name = name; this.age = age; } Person.prototype.sayName = function () { alert(`My name is ${this.name}.`); ret ...
分类:Web程序   时间:2020-06-14 10:29:21    阅读次数:57
ES之类和继承
原型继承 function User(name,age) { this.name=name this.age=age } User.prototype.info=function(){ console.log(`my name is ${this.name}`) } const u1=new Use ...
分类:其他好文   时间:2020-06-13 19:48:12    阅读次数:65
mysql日志
1、log_error 1.1 作用:排查错误故障1.2 开启 默认就是开启的 数据路径下hostname.err vim /etc/my.cnf log_error=/var/log/mysql.log1.3 查看日志 查看[error]行 2、binlog 二进制日志2.1 作用: (1)数据及 ...
分类:数据库   时间:2020-06-13 19:37:16    阅读次数:93
mysql的安装与配置
mysql的配置与安装 1、官网下载mysql 2、配置环境变量 3、添加my-default.ini文件 4、安装 第一步输入 :mysqld --initialize-insecure --user=mysql 第二步输入 :mysqld --initialize-insecure --user ...
分类:数据库   时间:2020-06-13 17:25:06    阅读次数:73
MB SD Connect Compact 5 Error 95.53392.0 Solved
MB SD Connect Compact 5 is new released from MB Star company ,and its original version here the copy version per my sale experience,can not compared w ...
分类:其他好文   时间:2020-06-13 13:25:11    阅读次数:74
MB SD Connect Compact 5 Error 95.53392.0 Solved
MB SD Connect Compact 5 is new released from MB Star company ,and its original version here the copy version per my sale experience,can not compared w ...
分类:其他好文   时间:2020-06-13 12:40:53    阅读次数:59
3 数据库
今日内容 DBMS 数据库管理系统 mysql RDBMS 关系型数据库管理系统 sql语句 结构化查询语句 永久修改字符集编码的方法 在mysql安装目录下创建一个my.ini(my.cnf)文件,写入下面的配置,然后重启服务端 [client] #设置mysql客户端默认字符集 default- ...
分类:数据库   时间:2020-06-13 10:41:24    阅读次数:137
服务器被植入木马,CPU飙升200%
作者:我叫刘半仙 https://my.oschina.net/liughDevelop/blog/1786631 线上服务器用的是某云的,欢快的完美运行着Tomcat,MySQL,MongoDB,ActiveMQ等程序。突然一则噩耗从前线传来:网站不能访问了! 此项目是我负责,我以150+的手速立 ...
分类:其他好文   时间:2020-06-12 11:05:33    阅读次数:115
14389条   上一页 1 ... 43 44 45 46 47 ... 1439 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!