码迷,mamicode.com
首页 >  
搜索关键字:github pages    ( 40467个结果
京东 Vue3 组件库支持小程序开发啦!
源码抢先看: https://github.com/jdf2e/nutui NutUI 3.0 官网:https://nutui.jd.com/3x/#/ 小程序多端适配 设计初衷 在跨端小程序的开发过程中,我们发现没有合适的组件库可以使用,尤其在做电商商城类场景的业务时,没有符合京东 App 规范 ...
分类:微信   时间:2021-06-25 17:01:13    阅读次数:0
学习开源项目MyDiary第二天---实现通讯录功能
继续学习GitHub的开源项目MyDiary,它的地址是https://github.com/DaxiaK/MyDiary。 截止目前为止我的代码是https://github.com/BILY5354/OurDiaryGit 还参考了b站教程https://www.bilibili.com/vid ...
分类:其他好文   时间:2021-06-25 16:55:34    阅读次数:0
2. BTStack编译
1.下载BTStack BTStack的源码在GITHUB上:https://github.com/bluekitchen/btstack git clone https://github.com/bluekitchen/btstack.git 2.将BTStack解压到msys2的根目录下 进入源 ...
分类:其他好文   时间:2021-06-25 16:34:18    阅读次数:0
NodeJS(Express框架)实现 Token 验证免密登录 (一)
看文章之前,强烈建议先把项目拉取下来!案例来自小弟的开源项目「项目Github」 文章内容只是个人学习的一些总结经验,不具有权威性,这是 Node 服务端的实现,后面会写前端的实现 什么是 Token 验证 常见的 Token 验证方式种: OAuth2,例如:微信授权登录 (貌似也属于 Token ...
分类:Web程序   时间:2021-06-25 16:34:05    阅读次数:0
springboot数据库密码加密-使用自定义加密算法
jasypt是一个简单方便的第三方加解密库,可以快速的集成到springboot环境中 引入依赖 <!-- 数据库加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boo ...
分类:数据库   时间:2021-06-24 18:11:09    阅读次数:0
2020cpc初赛代码
初赛题目是并行BFS,从核上的实现我并没有采用,因为更慢了。。。 注释写的比较详细了,具体实现在graphloadbalance文件里,供各位参考。 github地址: https://github.com/manch1n/cpc2021preliminary ...
分类:其他好文   时间:2021-06-24 17:58:59    阅读次数:0
Ubuntu16.04 ROS Kinetic loam_livox
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:Web程序   时间:2021-06-24 17:41:41    阅读次数:0
GIST特征和LMGIST包的python实现(有github)——使用gist特征检测恶意文件
使用gist检测恶意文件的代码——TODO,看实际效果 import os import scipy import array filename = '<Malware_File_Name_Here>'; f = open(filename,'rb'); ln = os.path.getsize(f ...
分类:编程语言   时间:2021-06-23 17:17:51    阅读次数:0
aspect
https://xdoctorx.blog.csdn.net/article/details/107429359 https://github.com/moocstudent/aspect-demo aspect-demo ...
分类:Web程序   时间:2021-06-23 16:54:21    阅读次数:0
window 10下calculiX的安装与使用
软件官网:http://www.calculix.de/ 一、安装 1.进入Github下载一个zip文件 如github进不去,这里是我下载好的,但是版本可能不是最新 (1)点击https://github.com/calculix/cae (2)点击Downnloads (3)下载这个zip 2 ...
分类:Windows程序   时间:2021-06-23 16:29:00    阅读次数:0
40467条   上一页 1 ... 4 5 6 7 8 ... 4047 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!