Toggle navigation
<?php
echo
'Larwas'
;
首页
php
linux
redis
git
学习笔记
Python
laravel
mysql
杂货店
前端
随言碎语
开源项目
登录
phpstrome 添加右键菜单"open folder as phpStrom Project"
Larwas
2020-12-22 03:42:24
php
phpstrome
右键添加 "open folder as phpStrom Project"`win+r` 输入`regedit` 打开注册表,进入 `\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\`点击 `shell` , 右键 新增 `项` ,命名为 `phpstrome`点击 `phpstrome` , 右边空白有个名称为`(默认)`的,修改值为 `open folder as phpStrom Project`再一次
阅读全文
监控动态加载的input框值的变化
Larwas
2020-12-08 10:22:03
php
PHP
//动态监控第一个input,并修改出票手机 $("body").on("input propertychange","input",function(){ //如果输入非数字,则替换为'' console.log(2222222222) console.log(this.value) });
阅读全文
快速查找并卸载Python
Larwas
2020-11-15 07:51:17
linux
Linux
一、卸载Python31、卸载python3rpm qa|grep python3|xargs rpm ev allmatches nodeps 2、 删除所有残余文件whereis python3 |xargs rm frv3、查看现有安装的pythonwhereis python
阅读全文
Nginx+uwsgi+Python3.6.8部署Flask项目
Larwas
2020-08-02 07:24:36
Python
Python
运行需要安装ghostscript具体要求:https://github.com/deimo/pdfcompress 接口说明 安装python3.6.8由于是编译安装,所以需要确认相应的依赖包已经安```yum install y gcc zlib sqlitedevel libXcomposite libXcursor libXi libXtst libXScrnSaver libXrandr atk atspi2atk gtk3 openssldevel```
阅读全文
Pyppeteer 使用
Larwas
2020-07-06 08:07:23
Python
Python
基础用法```pythonimport asynciofrom pyppeteer import launchasync def main(): headless参数设为False,则变成有头模式 Pyppeteer支持字典和关键字传参,Puppeteer只支持字典传参 指定引擎路径 exepath = r'C:\Users\Administrator\AppData\Local\pyppeteer\pyppeteer\
阅读全文
PHP使用 file_get_contents 发起 post 请求
Larwas
2020-06-17 03:06:38
php
PHP
```<?php/ 发送post请求 @param string $url 请求地址 @param array $post_data post键值对数据 @return string /function send_post($url, $post_data) { $postdata = http_build_query($post_data); $options = array( 'http' = array( 'me
阅读全文
jenkins 权限管理
Larwas
2020-04-29 02:49:06
git
git
安装插件jenkins系统管理插件管理搜索 `Rolebased Authorization Strategy` 插件并安装; 设置权限jenkins系统管理Manage and Assign Roles点击 Manage Roles 创建新角色管理角色(Manage Roles)全部里面的read权限必须给,不然会提示 `xx无全部/Read权限`项目角色(project Roles)Pattern 是用正则匹配你项目的名字,如:`h5.
阅读全文
phpstrome 版本控制提交时提交信息清空
Larwas
2020-04-23 02:58:16
php
phpstrome
每次提交新版本的时候,都会自动填充上次的提交信息,一不小心就用了上次的提交信息提交上去了,在设置版本控制提交弹窗clear Initial commit message 勾选即可。下次提交的提交信息就都需要自己填写了。
阅读全文
IDEA phpstrome、pycharm 拖拽代码后原来被拖拽的代码不见变成剪贴板的内容了
Larwas
2020-04-02 02:27:12
杂货店
phpstrome
IDEA phpstrome、pycharm 拖拽代码后原来被拖拽的代码不见变成剪贴板的内容了
阅读全文
MySQL 的 auto.cnf 文件
Larwas
2020-01-16 03:53:58
mysql
mysql
AUTO.CNF 文件MySQL 5.6 以上版本数据目录中,存储了 server_uuid 值的一个文件:```serveruuid=60441692b40f11e780d100163e0e52af```在 MYSQL 启动时,会自动从 auto.cnf 文件中获取 server_uuid 值,并将其存储在全局变量 server_uuid 中。server_uuid 与 server_id 一样,用于标识MySQL实例在集群中的唯一性,这两个参数在主从复制中具有重要作用,如果主
阅读全文
上一页
1
2
3
4
5
6
7
8
下一页
热门标签
laravel (4)
PHP (12)
学习笔记 (18)
nginx (2)
Python (17)
Linux (10)
mysql (17)
游记 (1)
git (3)
redis (2)
phpstrome (5)
杂货店 (1)
置顶推荐
epic 无法下载
idea 提交代码 刷新VCS 很慢?
Python的装饰器中为什么`*args`和`**kwargs`要一起使用?
git回退
最新评论
友情链接
更多
×
无需注册,用以下帐号即可直接登录。
最新评论