#region 无边框窗体移动改变大小 [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMess ...
分类:
移动开发 时间:
2019-12-20 11:33:34
阅读次数:
85
一、区域(Region) 1)elliptic_axis() 计算区域的方向(-π/2<θ<=π/2) 这个算子是通过moments_region_2nd()算子,使用图形的Geometric Moments(几何矩)来找到的区域质心和区域方向。水平方向为角度0的方向,区域的方向一般是指长轴与水平方 ...
分类:
其他好文 时间:
2019-12-19 23:04:09
阅读次数:
344
1、ERROR: Invalid atom type in neighbor exclusion list ,遇到这个错误从LAMMPS官网错误中我们发现这是因为:Atom types must range from 1 to Ntypes inclusive,原子种类设置可能有问题,检查若干遍之后 ...
分类:
其他好文 时间:
2019-12-19 19:37:54
阅读次数:
124
搜索语法 title=”abc” header=”abc” body=”abc” domain=”xx.com” host=”.xx.cn” port=”443” ip=”1.1.1.1” protocol=”https” city=”Beijing” region=”Zhejiang” count ...
分类:
其他好文 时间:
2019-12-19 16:16:12
阅读次数:
108
好久没动代码,今天运行自动化脚本时突然报错 cannot import name 'InvalidArgumentException', 在CMD的python命令行下运行了下: from appium import webdriver 结果报上述错误,可见是引用错误. 百度了下,已解决. http ...
分类:
移动开发 时间:
2019-12-19 13:07:28
阅读次数:
102
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): cn.com.bmsoft.mapper.BmSysCrmCustomerMapper.selectByExample at org.ap ...
分类:
Web程序 时间:
2019-12-18 17:40:38
阅读次数:
93
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2019-12-18 14:39:08
阅读次数:
190
parrot os(不仅仅是debian系统),分区提示,查看系统格式为btrfs,需要注意的是btrfs无法添加swap分区,但是可以在5.0内核以上添加 以下命令,完成创建8g的swap分区 ouch /swapfile chattr +C /swapfile fallocate -l 8G / ...
分类:
其他好文 时间:
2019-12-18 14:32:09
阅读次数:
100
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2019-12-18 12:52:49
阅读次数:
78
游标的常用属性1、SQL%ROWCOUNT 受最近的SQL语句影响的行数——数值型 (1)、如果声明了游标,但不打开,则返回INVALID_CURSOR,或者光标已关闭。 (2)、返回获取的行数。 (3)、除非遍历整个游标,否则ROWCOUNT属性不会给出真正的行数。 换句话说,不应该依赖这个属性来 ...
分类:
其他好文 时间:
2019-12-17 15:12:50
阅读次数:
169