Skip to content

gcht/Arsenal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Arsenal wiki!

linux 查杀端口进程

  • 查询占用某端口的进程

lsof -i:3110

  • 接下来继续在命令行输入 (以3110为例)

kill 1592

vscode

插件

  • GitLens

快捷键

  • F12 进入
  • alt + command + <-

lanch

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch yan omc_test_web",
            "runtimeExecutable": "npm",
            "runtimeArgs": [
                "run",
                "debug:server"
            ],
            "port": 9229
        }
    ]
}

redis

nodejs和npm各个版本

macaca

macaca

mac bash

JS and mobile

Java

iOS js调试

移动布局篇

CSS

第三方框架

项目自动构造

项目自动构造

*【grunt整合版】30分钟学会使用grunt打包前端代码

webpack相关

git

  • git reset as345 --hard
  • git push origin master:master --force

nodejs

react

Android开发相关

第三方授权登录

 动画

apache

 solr

mysql

mysql如何修改root密码

使用命令行修改,用mysqladmin
格式:mysqladmin -u用户名 -p旧密码 password 新密码
例子:mysqladmin -uroot -p123456 password 123

插入

INSERT INTO iuapkb.kbIndexInfo (title, descript) VALUES ('55', '66');

修改culumn编码为utf-8

ALTER TABLE tablename CHANGE columname columname TEXT CHARACTER SET utf8 show full columns from iuapkb.kbIndexInfo
ALTER TABLE iuapkb.kbIndexInfo CHANGE descript descript TEXT CHARACTER SET utf8;
ALTER TABLE iuapkb.kbIndexInfo CHANGE author author TEXT CHARACTER SET utf8;

修改table编码为utf-8

use iuapkb;
alter table kbIndexInfo convert to character set utf8;
或者
alter table iuapkb.kbIndexInfo convert to character set utf8;

eclipse调试tomcat

nutch

PPT

PPT

Tomcat常用命令

查看日志

在bin下执行tail -f catalina.out

Eclipse MAC  快捷键

command+shift+T   查找类
command+T 查找接口实现

Ctrl+Alt+I --看Java文件中变量的相关信息 Ctrl+Alt+↓ 复制当前行到下一行(复制增加)
Ctrl+Alt+↑ 复制当前行到上一行(复制增加)
Alt+↓ 当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了)
Alt+↑ 当前行和上面一行交互位置(同上)

Alt+← 前一个编辑的页面
Alt+→ 下一个编辑的页面(当然是针对上面那条来说了)

debug 快捷键 实用!实用!实用!实用!

command+shift+T 查找类
command+T 查找接口实现

command+alt+← 回到光标上一处
command+alt+→ 回到光标下一处

command+shift+I 查看代码片段运行结果

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published