会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
confusion
博客园
首页
新随笔
联系
订阅
管理
2021年2月19日
vm扩容
摘要: https://wiki.onosproject.org/display/ONOS/Increasing+VM+disk+space
阅读全文
posted @ 2021-02-19 02:56 confusion
阅读(60)
评论(0)
推荐(0)
2020年10月24日
手算二维离散傅里叶变换
摘要: 计算方法 第一步 首先计算Ax, Ay : 可以看出,首先需要计算出 w, 如果N=4,那么w=-j(或者-i) 第二步 再利用公式F(u,v)=1/N * Ax *f *Ay 常见傅里叶矩阵 欧拉公式
阅读全文
posted @ 2020-10-24 00:35 confusion
阅读(1421)
评论(0)
推荐(0)
2019年9月17日
取消vim模式匹配的高亮
摘要: :noh
阅读全文
posted @ 2019-09-17 11:26 confusion
阅读(290)
评论(0)
推荐(1)
2019年5月18日
DS DI ES SI等等
摘要: DS is called data segment register. It points to the segment of the data used by the running program. You can point this to anywhere you want as long
阅读全文
posted @ 2019-05-18 15:22 confusion
阅读(370)
评论(0)
推荐(0)
2018年9月14日
int and Integer
摘要: int和Integer的区别 1、Integer是int的包装类,int则是java的一种基本数据类型 2、Integer变量必须实例化后才能使用,而int变量不需要 3、Integer实际是对象的引用,当new一个Integer时,实际上是生成一个指针指向此对象;而int则是直接存储数据值 4、I
阅读全文
posted @ 2018-09-14 00:19 confusion
阅读(206)
评论(0)
推荐(0)
2018年9月5日
为什么超类能引用子类的对象
摘要: 虽然超类对象可以引用子类对象,但是这个超类对象不能使用子类方法: 、、、 ………………这个叫多态、 …………………………………………………………………………………………………………………… 抽象类的类型变量引用子类对象与非抽象类引用子类对象的区别:???
阅读全文
posted @ 2018-09-05 17:18 confusion
阅读(370)
评论(0)
推荐(0)
2018年8月26日
mysql疑问
摘要:
阅读全文
posted @ 2018-08-26 23:52 confusion
阅读(114)
评论(0)
推荐(0)
2018年8月14日
voltile解析
摘要: https://www.cnblogs.com/dolphin0520/p/3920373.html
阅读全文
posted @ 2018-08-14 20:28 confusion
阅读(190)
评论(0)
推荐(0)
2018年8月12日
java集合
摘要: 1.Listlterator 接口是 Iterator 的一个子接口。它定义了一个方法用于在迭代器位置前面增加一个元素:void add(E element)
阅读全文
posted @ 2018-08-12 09:27 confusion
阅读(170)
评论(0)
推荐(0)
2018年8月3日
疑问:无限定通配符
摘要: 无限定通配符
阅读全文
posted @ 2018-08-03 23:46 confusion
阅读(547)
评论(0)
推荐(0)
下一页
公告