会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
书山有路勤为径,学海无涯苦作舟(肖建锋)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
24
下一页
2020年3月5日
Linux环境下 Jna 解决so依赖文件not found
摘要: sudo gedit /etc/ld.so.conf 将自己的so文件夹地址添加在最后一行,执行 lddconfig ldd xxx.so
阅读全文
posted @ 2020-03-05 19:24 肖建锋
阅读(901)
评论(0)
推荐(0)
2020年2月27日
Ubuntu mysql 在线安装
摘要: $ sudo apt install mysql-server 或者 sudo apt-get install mysql==version (下载指定版本) sudo cat /etc/mysql/debian.cnf 命令 在这个文件里面有着MySQL默认的用户名和用户密码, 用户名默认的不是r
阅读全文
posted @ 2020-02-27 20:39 肖建锋
阅读(185)
评论(0)
推荐(0)
2020年2月25日
java DH密钥交换算法实现类
摘要: import javax.crypto.Cipher; import javax.crypto.KeyAgreement; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.crypto.int
阅读全文
posted @ 2020-02-25 20:48 肖建锋
阅读(1431)
评论(0)
推荐(1)
前后端分离通过RSA加密解密传输数据
摘要: Provider p = new BouncyCastleProvider(); KeyPairGenerator keyPairGen = KeyPairGenerator.getInstance("RSA", p); keyPairGen.initialize(1024, new SecureR
阅读全文
posted @ 2020-02-25 20:44 肖建锋
阅读(2934)
评论(0)
推荐(0)
2020年2月23日
nvidia-smi
摘要: watch -n 1 nvidia-smi
阅读全文
posted @ 2020-02-23 00:26 肖建锋
阅读(97)
评论(0)
推荐(0)
2020年2月17日
边框阴影
摘要: <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>边框阴影</title> <style> .test { width: 200px; height: 200px; margin: 20px auto; lin
阅读全文
posted @ 2020-02-17 11:44 肖建锋
阅读(182)
评论(0)
推荐(0)
html5 使用canvas 显示动画(图片)序列帧
摘要: <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>canvas导入序列帧</title> </head> <body> <canvas id="animation_canvas" width="640" hei
阅读全文
posted @ 2020-02-17 10:32 肖建锋
阅读(1346)
评论(0)
推荐(0)
2020年2月16日
css 模态框
摘要: <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>CSS Modal</title> <meta name="viewport" content="width=device-width, initial-sc
阅读全文
posted @ 2020-02-16 18:12 肖建锋
阅读(564)
评论(0)
推荐(0)
idea2020 激活
摘要: 首先下载一个激活码和一个jar包,可以在公众号回复“idea2020”获取。下载完以后,解压出来,把jar包随便放到一个能找到的地方就行。 https://files.cnblogs.com/files/xiaojf/idea2020.zip 我们分两种情况来看: 1. idea还能打的开,当注册码
阅读全文
posted @ 2020-02-16 17:35 肖建锋
阅读(15025)
评论(5)
推荐(0)
从上往下,从左往右
摘要: <html> <head> <meta charset="utf-8"/> <title>从上往下,从左往右</title> <style> .container { display:flex; flex-flow:column wrap; height:100%; max-width: 120px
阅读全文
posted @ 2020-02-16 01:20 肖建锋
阅读(323)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
24
下一页