Autonumen.com launch a new design MB SD Connect Compact 5 Mercedes Benz Diagnostic and programming tool. This MB SD C5 have same function as MB SD C4, ...
分类:
其他好文 时间:
2019-05-07 19:55:04
阅读次数:
166
location / { passenger_enabled on; allow 111.222.103.123; deny all; proxy_pass http://xxx; } ...
分类:
其他好文 时间:
2019-03-07 10:23:13
阅读次数:
184
简单部署 这种简单的把端口暴露出去, 可能出现服务得不到应答的问题,tcp被各种close_wait阻塞。解决的办法:架设nginx。 rails 的web服务主要有puma, unicorn, passenger Puma设置 rails s -e production 就可以启动了 # 通过ps ...
分类:
其他好文 时间:
2019-01-28 23:08:19
阅读次数:
217
表的详细操作 python 1.修改表名 create table db1.t1 ( id int primary key auto_increment, name char, age int) use db1; alter table t1 rename zt; alter table zt re ...
分类:
数据库 时间:
2019-01-09 20:34:17
阅读次数:
221
https://www.phusionpassenger.com/docs/tutorials/what_is_passenger/ What is Passenger? 一个开源的web程序服务。它除了HTTP请求,管理进程和资源,能够administration, monitoring,并进行问 ...
分类:
其他好文 时间:
2018-10-31 21:42:53
阅读次数:
393
oracle: sql语句报ora-01461/ora-00911错误 ora-00911:sql语句中可能含有特殊字符,或者sql语句中不能用";"分号结尾。 sql语句报ora-01461(仅可以为插入 LONG 列的 LONG 值赋值”解决办法 ):如果你的某个字段的字符太长,请用定义语句俩完 ...
分类:
数据库 时间:
2018-06-04 14:13:51
阅读次数:
204
规格化设计 软件工程的重要目标之一是实现软件开发过程各阶段的自动化,软件自动化的前提是形式化,包括软件需求规格的形式化、软件设计规格的形式化和 算法描述的形式化。 Z语言由牛津大学程序设计研究小组开发,是一种应用较为广泛的形式规格说明语言,它以一阶谓词逻辑和集合论为基础对软件系统的静态特征和动态特征 ...
分类:
其他好文 时间:
2018-05-29 13:59:08
阅读次数:
153
This time the Berland Team Olympiad in Informatics is held in a remote city that can only be reached by one small bus. Bus has n passenger seats, seat ...
分类:
其他好文 时间:
2018-03-04 23:59:28
阅读次数:
323
基于 Keras 用 LSTM 网络做时间序列预测 本文主要参考了 Jason Brownlee 的博文 "Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras" 原文使用 python 实现模 ...
分类:
其他好文 时间:
2018-02-17 13:10:10
阅读次数:
3565
电梯 "Github地址" 题目 一栋10层的大楼(楼层编号1 10),设有一台无限载重的电梯,初始时电梯停在1层。电梯移动1层的耗时为1,在某一层停靠的耗时为1(时间初始为0)。为了使得乘客等待的时间(电梯在目的层的停靠时刻 乘客发出请求时刻)总和最小,请你编写一个程序来进行电梯调度。 输入有5个 ...
分类:
其他好文 时间:
2018-02-11 20:01:54
阅读次数:
164