会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
挣脱生命的束缚...
让我们一块来努力!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
78
下一页
2020年3月31日
put命令上传本地文件夹到远程ubuntu
摘要: 1、用alt+p命令,打开sftp。 2、进入远程目录 cd /var/html/tqdlpc 3、执行lcd命令,定位本地目录 sftp> lcd E:\国庆节20190922\天祺电力\天祺2代单一指令\tqdlweb\dist 4、 执行命令 sftp> put -r ./* 就大功告成了
阅读全文
posted @ 2020-03-31 15:43 qqhfeng16
阅读(3591)
评论(0)
推荐(0)
编辑
2020年3月30日
bootstrap 用container类,那么左右两侧是不到边的,总是空出一部分。用container-fluid类,可以扩展到两边。
摘要: bootstrap 用container类,那么左右两侧是不到边的,总是空出一部分。 用container-fluid类,可以扩展到两边。 container 类和container-fluid类的区别体现在是否有随视口宽度改变的margin存在。
阅读全文
posted @ 2020-03-30 16:45 qqhfeng16
阅读(1210)
评论(0)
推荐(0)
编辑
2020年3月29日
示例Express中路由规则及获取请求参数
摘要: 1)req.query (查询get请求中的参数) GET /shoes?order=desc&shoe[type]=converse&shoe[color]=blue req.query.order // =>'desc' req,query.shoe.type // =>'converse' (
阅读全文
posted @ 2020-03-29 17:49 qqhfeng16
阅读(753)
评论(0)
推荐(0)
编辑
2020年3月28日
用SQL命令查看Mysql数据库大小
摘要: 要想知道每个数据库的大小的话,步骤如下: 1、进入information_schema 数据库(存放了其他的数据库的信息) use information_schema; 2、查询所有数据的大小: select concat(round(sum(data_length/1024/1024),2),'
阅读全文
posted @ 2020-03-28 21:12 qqhfeng16
阅读(587)
评论(0)
推荐(0)
编辑
FineUI since 2008 企业级 ASP.NET UI 控件库(支持 .NET Core)
摘要:
阅读全文
posted @ 2020-03-28 21:10 qqhfeng16
阅读(235)
评论(0)
推荐(0)
编辑
2020年3月26日
自动关闭窗口的方法
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>网摘保存提示</title> <link type="text/css" href="/css/wz_new.css" rel="Stylesheet" /> <meta ht
阅读全文
posted @ 2020-03-26 11:19 qqhfeng16
阅读(283)
评论(0)
推荐(0)
编辑
2020年3月25日
mysql 连接池的正确写法
摘要: const mytools = require("./mytools"); const mynet = require('net'); const mysql = require('mysql') // 使用 createPool 建立连接池 var mysqlpool = mysql.create
阅读全文
posted @ 2020-03-25 19:34 qqhfeng16
阅读(560)
评论(0)
推荐(0)
编辑
2020年3月21日
关于自定义验证
摘要: <%-- BeginRegion Page Settings --%> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Editors_Validation_HowToRaiseVa
阅读全文
posted @ 2020-03-21 22:32 qqhfeng16
阅读(248)
评论(0)
推荐(0)
编辑
解决mysql时区问题方法
摘要: 方法/步骤 打开终端窗口,输入mysql -uroot -p,我们进入mysql。 输入SELECT NOW(); 查看当前mysql显示时间,和我们的实际时间进行核对一下。 SELECT CURTIME(); 也可以显示时间,但是不完整。 SHOW VARIABLES LIKE "%time_zo
阅读全文
posted @ 2020-03-21 16:05 qqhfeng16
阅读(647)
评论(0)
推荐(0)
编辑
2020年3月20日
查看mysql的存储过程
摘要: USE mysql;SELECT * FROM mysql.proc WHERE db='qhf';
阅读全文
posted @ 2020-03-20 16:51 qqhfeng16
阅读(403)
评论(0)
推荐(0)
编辑
上一页
1
···
4
5
6
7
8
9
10
11
12
···
78
下一页