上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页
  2020年3月5日
摘要: sudo gedit /etc/ld.so.conf 将自己的so文件夹地址添加在最后一行,执行 lddconfig ldd xxx.so 阅读全文
posted @ 2020-03-05 19:24 肖建锋 阅读(869) 评论(0) 推荐(0) 编辑
  2020年2月27日
摘要: $ 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 肖建锋 阅读(180) 评论(0) 推荐(0) 编辑
  2020年2月25日
摘要: 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 肖建锋 阅读(1379) 评论(0) 推荐(1) 编辑
摘要: Provider p = new BouncyCastleProvider(); KeyPairGenerator keyPairGen = KeyPairGenerator.getInstance("RSA", p); keyPairGen.initialize(1024, new SecureR 阅读全文
posted @ 2020-02-25 20:44 肖建锋 阅读(2726) 评论(0) 推荐(0) 编辑
  2020年2月23日
摘要: watch -n 1 nvidia-smi 阅读全文
posted @ 2020-02-23 00:26 肖建锋 阅读(94) 评论(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 肖建锋 阅读(176) 评论(0) 推荐(0) 编辑
摘要: <!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 肖建锋 阅读(1289) 评论(0) 推荐(0) 编辑
  2020年2月16日
摘要: <!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 肖建锋 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 首先下载一个激活码和一个jar包,可以在公众号回复“idea2020”获取。下载完以后,解压出来,把jar包随便放到一个能找到的地方就行。 https://files.cnblogs.com/files/xiaojf/idea2020.zip 我们分两种情况来看: 1. idea还能打的开,当注册码 阅读全文
posted @ 2020-02-16 17:35 肖建锋 阅读(14627) 评论(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 肖建锋 阅读(316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页