04 2016 档案
摘要:创建名为QuartzService的服务: sc create QuartzService binpath= D:\QuartzService\Quartz.Net.Service.exe 启动QuartzService服务: net start QuartzService 停止QuartzServ
阅读全文
摘要:转自:http://www.cnblogs.com/dfg727/p/3783314.html 首先做安装准备: 按快捷键 ctrl+` 或者点击 View → Show/Hide Console 调出控制台Console; import urllib.request,os;pf='Package
阅读全文
摘要:根据字段长度筛选符合条件的数据: select tbID from tablename where length(tbID)=2 在字段前添加0补齐3位: select lpad(tbID,3,'0') from tablename 更新字段值: update tablename set tbID=
阅读全文
摘要:先介绍下WINDOWS下的安装,后续加上LINUX,MAC OS上面的安装。 首先下载 https://getcomposer.org/Composer-Setup.exe 安装composer。 Composer 安装后,切换到一个可通过 Web 访问的目录,执行如下命令即可安装 Yii2: a、
阅读全文
摘要:报错内容如下: Your requirements could not be resolved to an installable set of packages. Problem 1 - yiisoft/yii2 2.0.x-dev requires bower-asset/jquery.inpu
阅读全文

浙公网安备 33010602011771号