会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
☆绿茶☆
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2021年5月10日
ub18.0.4键盘容易连键
摘要: sudo apt install xserver-xorg-input-all 好像有点效果,不过还是连。。。。。 换个sogou输入法 https://blog.csdn.net/davidhzq/article/details/102617067 还是。。。。啥玩意。。。
阅读全文
posted @ 2021-05-10 11:54 ☆绿茶☆
阅读(87)
评论(0)
推荐(0)
2021年5月9日
魔趣 android10 编译x86-64 运行模拟器
摘要: 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
阅读全文
posted @ 2021-05-09 21:41 ☆绿茶☆
阅读(855)
评论(0)
推荐(0)
编译魔趣 android10
摘要: sudo apt install pythonsudo apt install gitgit config --global user.email "ceshi@gmail.com"git config --global user.name "ceshi"mkdir ~/binPATH=~/bin:
阅读全文
posted @ 2021-05-09 17:24 ☆绿茶☆
阅读(479)
评论(0)
推荐(0)
2020年11月7日
vscode ftp上传很慢,但是普通ftp软件正常
摘要: { "name": "网站名字", "host": "你的服务器ip", "port": 21, "username": "", "password": "", "protocol": "ftp", "agent": null, "privateKeyPath":
阅读全文
posted @ 2020-11-07 13:52 ☆绿茶☆
阅读(1024)
评论(0)
推荐(0)
2020年9月29日
阿里云远程链接mysql
摘要: 1,去服务器开启 3306端口 2,服务器防护墙允许3306 3,打开mysql -front 把root 账号 local改为%
阅读全文
posted @ 2020-09-29 23:17 ☆绿茶☆
阅读(99)
评论(0)
推荐(0)
2020年4月13日
php二级域名丢失session
摘要: 打开php.ini 并找到session.cookie_domain 设置session.cookie_domain = .baidu.com(写自己域名前面加一点) 然后重启nginx+php
阅读全文
posted @ 2020-04-13 22:23 ☆绿茶☆
阅读(176)
评论(0)
推荐(0)
2020年4月4日
ub编译vbox
摘要: 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
阅读全文
posted @ 2020-04-04 10:25 ☆绿茶☆
阅读(309)
评论(0)
推荐(0)
2020年3月11日
华为云 ubuntu 远程连接mysql
摘要: 1、给云服务器设置安全策略登录华为云-->打开控制台-->进入安全组-->创建新的安全组-->点击配置规则-->修改其中现有的一条规则或新建一条规则-->选择MySQL(点击确定)-->创建成功后点击关联实例-->选择指定的云服务器后点击确定; 至此云服务器配置完成,接下来配置服务器上面的MySQL
阅读全文
posted @ 2020-03-11 16:03 ☆绿茶☆
阅读(336)
评论(0)
推荐(0)
2019年12月24日
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表的所有
阅读全文
posted @ 2019-12-24 11:05 ☆绿茶☆
阅读(789)
评论(0)
推荐(0)
2019年12月4日
Vscode ftp
摘要: sftp的插件,作者是liximomo 安装插件: 在Vscode的商店中搜索sftp扩展 配置: 一般在开发项目时,总是有多个项目在同时开发。如果要为单一的项目配置的话,就需要打开此项目,快捷键ctrl+shift+p 打开命令:输入:sftp 即可在该项目的根目录下生成.vscode的文件夹,并
阅读全文
posted @ 2019-12-04 13:38 ☆绿茶☆
阅读(1726)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
···
9
下一页
公告