欢迎各位兄弟 发布技术文章
这里的技术是共享的
1)创建表(make:migration create),例如创建 articles
最近在准备给开发做一个mysql数据库开发规范方面培训,一步一步来,结合在生产环境发现的数据库方面的问题,从几个常用的数据类型说起。
如需单独手动配置,点击查看具体操作
在ueditor.all.js
I'm using nginx on the frontend as "proxy cache" and apache on the backend, i've set my PHP settings to the following:
来源:http://xuqin.blog.51cto.com/5183168/909258
解决方法
一)在 php.ini 中
1) upload_max_filesize= 1000M
2) post_max_size = 2000M
3) memory_limit = 2000M
快速切换前后日期
<?php
use Carbon\Carbon;
$now = Carbon::now();
echo $now; // 2015-03-26 00:36:47
$today = Carbon::today();
echo $today; // 2015-03-26 00:00:00
$tomorrow = Carbon::tomorrow('Europe/London');
echo $tomorrow; // 2015-03-27 00:00:00
$yesterday = Carbon::yesterday();
echo $yesterday; // 2015-03-25 00:00:00
建立特定日期的时间
jsp代码:1 <label>性 别</label>
一、设置选中方法
<html><head> <script type="text/javascript" src="./jquery.min.js"></script></head><body><div> <input id="rdo1" name="rdo1" type="radio" value="1" checked="checked"/>是 <input id="rdo1" name="rdo1" type="radio" value="0"/>否 <button id="btn1">是</button> <button id="btn2">否</button><div><script type="text/javascrip
编辑记录的时候,有时候需要禁止用户修改某些项目,常用的方法有以下两种:
1》设置表单的readonly属性问题:但是readonly属性对radio、select、checkbox这三个表单不起什么作用
最近做项目碰到的问题.拿出来跟大家分享一下吧. 用servlet赋值给html页面文本框值后,用alert来弹出这个值.结果显示"undefined".所以我就自然的用这个值和字符串"undefined"去比较,很不幸,比较的结果是false.
在启动服务器ntpd服务时遇到一个问题
ELF文件(目标文件)格式主要三种:
Linux的设备管理是和文件系统紧密结合的,各种设备都以文件的形式存放在/dev目录下,称为设备文件。
#man file
#file /root
#file /bin/ls
#file /etc/issue
file 命令及其用法
Windows: PE
Linux: ELF
由于登录次数过多,用户被锁定了,报错:
『抱歉,此 帐户 账户已有超过5次的登录失败。它已被暂时阻止。请稍后再试或获取一个新的密码。』
https://www.runoob.com/linux/linux-command-manual.html 有大用
https://linux.cn/ 有大用
http://www.linuxidc.com/
http://os.51cto.com/linux/
Linux常用的帮助命令:help,man,whatis其中,help使用时,
# date //显示当前电脑的时间 系统时间 刚开始的时候系统时间是从硬件时间读取的
# clock 或者 # hwclock //硬件时间 AM 前半天 PM后半天
date:时间管理
linux: rtc
硬件时间
系统时钟
#help cd
#help ls