会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hwzzbe
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2019年12月16日
jquery监听事件
摘要: $(document).on('change','#c-is_scan',function () { if($(this).val()==0){ $('#c-scan_num').parents('.form-group').hide(); }else if($(this).val()==1){ $
阅读全文
posted @ 2019-12-16 11:39 hwzzbe
阅读(211)
评论(0)
推荐(0)
2019年12月13日
jquery元素选择器示例
摘要: $('#el').find("#custom-radio input[name='paymentBank']:checked").val()
阅读全文
posted @ 2019-12-13 13:52 hwzzbe
阅读(185)
评论(0)
推荐(0)
2019年12月12日
常规nginx配置
摘要: 1 server 2 { 3 listen 80; 4 listen 443 ssl http2; 5 server_name ; 6 index index.php index.html index.htm default.php default.htm default.html; 7 root
阅读全文
posted @ 2019-12-12 10:15 hwzzbe
阅读(223)
评论(0)
推荐(0)
lnmp各模块指令
摘要: //检测后台进程是否存在ps -ef |grep redis //检测6379端口是否在监听netstat -lntp | grep 6379 LNMP状态管理命令: LNMP 1.2+状态管理: lnmp {start|stop|reload|restart|kill|status}LNMP 1.
阅读全文
posted @ 2019-12-12 10:11 hwzzbe
阅读(143)
评论(0)
推荐(0)
lnmp1.5 mysql数据库开启远程访问权限
摘要: sudo su # 切换为root用户模式,省的接下来操作的时候出现权限问题 mysql -u root -p # 进入mysql命令行模式,需要输入mysql root账号的密码 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '**
阅读全文
posted @ 2019-12-12 10:10 hwzzbe
阅读(238)
评论(0)
推荐(0)
2019年12月2日
PHP CURL设置Authorization
摘要: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $linkUrl); curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt($ch, CURLOPT_FAILONERROR, false); curl_s
阅读全文
posted @ 2019-12-02 11:30 hwzzbe
阅读(2271)
评论(0)
推荐(0)
上一页
1
2
公告