会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
封兴旺
封兴旺
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
2022年3月3日
java 图形化
摘要: 3-4 修改 vm options(win是中文的,idea是UTF_8, UI文字乱码,所以要改):c1 --> Edit Configuration.... -> Modify options -> Add VM options
阅读全文
posted @ 2022-03-03 08:49 封兴旺
阅读(31)
评论(0)
推荐(0)
2022年1月22日
java File && Stream
摘要: new File(".//test.txt ) 这个是前提后面使用的写、读数据都基于此 字节流: OutputStream是所有字节输出流(写出去)的超类(抽象的) 它常用的实现子类是 FileOutputStream //写出去的目标文件不存在自动创建 xx.write("abc".getByte
阅读全文
posted @ 2022-01-22 14:01 封兴旺
阅读(46)
评论(0)
推荐(0)
2022年1月8日
hdmi使用随笔
摘要: ol的start="5"可以指定有序样式从哪开始 <a href="https://www.baidu.com/" accesskey="h"> a </a> :按下alt + h 可以触发这个a标签   == 普通的英文半角空格   == ==   ==
阅读全文
posted @ 2022-01-08 11:45 封兴旺
阅读(37)
评论(0)
推荐(0)
2022年1月1日
java 基础2
摘要: 1-1 计算机存储设备的最小信息单元是位(bit), 计算机最小的存储单元是字节(byte,1byte=8bit, 1kb=1024byte) 定义long类型数值后面加L,定义float类型数值后面加F,自动类型转换(低字节赋值给高字节)或强制类型转换(高字节赋值给低字节)不用管这些。 使用+运算
阅读全文
posted @ 2022-01-01 22:27 封兴旺
阅读(62)
评论(0)
推荐(0)
java问题
摘要: idea 创建 sping 模块不能选择 java11 , 修改 服务器 url 为 阿里云的 就可以了 https://start.aliyun.com/ idea新建项目没有sping initiakizr: serrings -> apring assistant 安装然后ok
阅读全文
posted @ 2022-01-01 20:49 封兴旺
阅读(28)
评论(0)
推荐(0)
2021年12月21日
wireshark使用
摘要: 视图 -> 着色规则 : 可以看什么颜色表示什么协议 各层介绍: 示例:Frame 40055:74 bytes on wire(592 bits), 74 bytes captured (592 bits)on interface Device\NPF (62A18BB0-BA6E-4318-9B
阅读全文
posted @ 2021-12-21 15:24 封兴旺
阅读(191)
评论(0)
推荐(0)
2021年11月12日
C中调用C++
摘要: 将 C++ 函数声明为``extern "C"''(在你的 C++ 代码里做这个声明),然后调用它(在你的 C 或者 C++ 代码里调用)。例如: // C++ code: extern "C" void f(int); void f(int i) { // ... } 然后,你可以这样使用 f()
阅读全文
posted @ 2021-11-12 15:55 封兴旺
阅读(211)
评论(0)
推荐(0)
2021年10月14日
java 格式转换
摘要: 1.int转String int a = 100; String b = String.valueOf(a) 2.String转int String a = "100"; int b = Integer.parseInt(a) 3.编解码字节 String s1 = "中国"; byte[] by1
阅读全文
posted @ 2021-10-14 09:39 封兴旺
阅读(130)
评论(0)
推荐(0)
2021年9月20日
node属性混剪
摘要: 1.获取计算机信息: //cpu架构 const arch = os.arch(); console.log("cpu架构:"+arch); //操作系统内核 const kernel = os.type(); console.log("操作系统内核:"+kernel); //操作系统平台 cons
阅读全文
posted @ 2021-09-20 16:57 封兴旺
阅读(34)
评论(0)
推荐(0)
2021年9月15日
Python之内置函数总结
摘要: str list tuple dict set conut() conut() conut() index() index() index() remove() remove() del() del() del() clear() clear() clear() copy() copy() copy
阅读全文
posted @ 2021-09-15 17:50 封兴旺
阅读(42)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
公告
联系方式:
18274305123
(微信同号)