面向对象详解1 OO1.html js/app1.js 面向对象详解2 OO2.html js/app2.js ...
分类:
Web程序 时间:
2018-07-15 19:45:27
阅读次数:
203
莫名其妙的错误。 删除了migreation文件,并且更换了数据库。 1.直接makemigrations + migrate error: no change ?? WTF 2.makemigrations app + migrate app 循环完成 no error, but can't us ...
分类:
数据库 时间:
2018-07-12 13:23:54
阅读次数:
190
有些应用场合中,单MCU内会采用BootLoader+APP1+APP2的加载模式,程序启动时先进入BootLoader程序,依据设定条件跳转至APPx应用运行;为满足此类需求,设计多达三个程序文件(含BootLoader时只能下载最多两个APP程序文件,若单独下载BootLoader则可以下载多达 ...
分类:
移动开发 时间:
2018-07-04 11:44:48
阅读次数:
244
1. Editing the HTML file \src\app\app.component.html 2. ...
分类:
移动开发 时间:
2018-06-30 10:57:09
阅读次数:
180
docker run -d -p 8090:8080 -v /[宿主机文件绝对路径]:/[容器路径] --name [新名字] [容器名字] 例子 docker run -d -p 8090:8080 -v /usr/webapps/app1:/usr/local/tomcat/webapps -- ...
分类:
其他好文 时间:
2018-06-21 17:30:53
阅读次数:
179
一、基本环境配置 1.1、安装常用软件 1.2、Install yum repo 1.3、close firewalld 1.4、安装常用软件 二、安装nginx 官网地址:http://nginx.org/en/download.html 2.1、yum方式安装: 2.2、配置nginx #配置n ...
分类:
系统相关 时间:
2018-06-18 10:33:29
阅读次数:
201
在管理后台程序时总会有以外情况导致程序卡死成为未响应状态。 下面提供一个结合Windows 执行计划配合 批处理的解决方案来预防程序未响应 将以上部分打包为一个批处理文件,然后放在执行计划中,并添加参数>log.txt 或者>>log.txt 来进行日志记录 希望有更好的管理脚本能分享一起学习 ...
解决centos7/redhat7安装oracle11g到%70报错问题Linux/Centos安装oracle报错“调用makefile‘/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk的目标”解决办法如下图为报错:解决办法:#vim/oracle-11g/app1/oracle/product/11.2.0/dbhome
分类:
数据库 时间:
2018-06-13 15:10:08
阅读次数:
693
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApp1 //函数的递归调用 { //F(n)= F(n-1)+F(n-2)... F(1)=... ...