摘要:
sudo apt install xserver-xorg-input-all 好像有点效果,不过还是连。。。。。 换个sogou输入法 https://blog.csdn.net/davidhzq/article/details/102617067 还是。。。。啥玩意。。。 阅读全文
摘要:
cd 代码目录 . build/envsetup.sh lunch 出现 1. aosp_arm-eng 2. aosp_arm64-eng 3. aosp_car_arm-userdebug 4. aosp_car_arm64-userdebug 5. aosp_car_x86-userdebug 阅读全文
摘要:
sudo apt install pythonsudo apt install gitgit config --global user.email "ceshi@gmail.com"git config --global user.name "ceshi"mkdir ~/binPATH=~/bin: 阅读全文
摘要:
{ "name": "网站名字", "host": "你的服务器ip", "port": 21, "username": "", "password": "", "protocol": "ftp", "agent": null, "privateKeyPath": 阅读全文
摘要:
1,去服务器开启 3306端口 2,服务器防护墙允许3306 3,打开mysql -front 把root 账号 local改为% 阅读全文
摘要:
打开php.ini 并找到session.cookie_domain 设置session.cookie_domain = .baidu.com(写自己域名前面加一点) 然后重启nginx+php 阅读全文
摘要:
sudo passwd root cd /usr/share/lightdm/lightdm.conf.d/gedit 50-unity-greeter.conf 填入: user-session=ubuntu greeter-show-manual-login=true all-guest=fal 阅读全文
摘要:
1、给云服务器设置安全策略登录华为云-->打开控制台-->进入安全组-->创建新的安全组-->点击配置规则-->修改其中现有的一条规则或新建一条规则-->选择MySQL(点击确定)-->创建成功后点击关联实例-->选择指定的云服务器后点击确定; 至此云服务器配置完成,接下来配置服务器上面的MySQL 阅读全文
摘要:
https://blog.csdn.net/rocling/article/details/90516802 举例说明假设您有两个表,每个表只有一个列,表数据如下A B- -1 32 43 54 6注意,(1,2)是A表唯一的,(3,4)是公共的,并且(5,6)是B表独有的 内连接内连接是A表的所有 阅读全文
摘要:
sftp的插件,作者是liximomo 安装插件: 在Vscode的商店中搜索sftp扩展 配置: 一般在开发项目时,总是有多个项目在同时开发。如果要为单一的项目配置的话,就需要打开此项目,快捷键ctrl+shift+p 打开命令:输入:sftp 即可在该项目的根目录下生成.vscode的文件夹,并 阅读全文