最近需要对数据进行加密/解密, 因此选用了CryptoJS库, 对数据做DES算法的加密/解密 首选查看官方示例, 将密文进行Base64编码, 掉进一个大坑 <script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/roll ...
分类:
编程语言 时间:
2020-06-30 20:36:43
阅读次数:
111
http_build_query()函数使用方法 http_build_query()函数的作用是使用给出的关联(或下标)数组生成一个经过 URL-encode 的请求字符串。 写法格式:http_build_query ( mixed $query_data [, string $numeric_ ...
分类:
Web程序 时间:
2020-06-30 14:40:58
阅读次数:
91
答: 在Dockerfile中添加以下语句来配置apt-get 从当前的系统中复制/etc/apt/sources.list以及/etc/apt/apt.conf到Dockerfile所处的目录中 $ cp /etc/apt/sources.list ./ $ cp /etc/apt.conf ./ ...
分类:
系统相关 时间:
2020-06-30 12:47:49
阅读次数:
121
AndroidStudio采用Gradle构建项目。项目中又两个build.gradle文件,一个在最外层的目录中,一个在app目录下。最外层目录的build.gradle//Top-levelbuildfilewhereyoucanaddconfigurationoptionscommontoallsub-projects/modules.buildscript{repositories{goo
分类:
移动开发 时间:
2020-06-30 11:03:23
阅读次数:
99
视图view 使用的时候报错: composer require topthink/think-view 命令创建的时候遇到错误:“Command "build" is not defined.” composer require topthink/think-multi-app ...
分类:
Web程序 时间:
2020-06-30 10:49:09
阅读次数:
130
Learn Webpack theory learn from https://github.com/dykily/simple_webpack and YouTube Build your own bundler and from tomotoes's blog What is a bundler ...
分类:
Web程序 时间:
2020-06-30 00:57:23
阅读次数:
100
## 一.环境搭建 #### 1.安装node - 去[官网](https://nodejs.org/zh-cn/)下载node安装包 - 傻瓜式安装 - 万一安装后终端没有node环境,要进行node环境变量的配置(C:\Program Files\nodejs\) - 可以通过node提供的np ...
分类:
其他好文 时间:
2020-06-30 00:23:10
阅读次数:
69
make file 文件: all: docker build -t lora . base: docker build --no-cache -t lorabase -f Dockerfile.base . export: docker save LoRa -o /home/netsin/LoRa ...
分类:
其他好文 时间:
2020-06-29 20:06:06
阅读次数:
70
今天前端来问是否能在电脑上调试和查看在App的WebView中打开的页面。之前没注意这个事,大致搜索了一下,还是很简单的。基本步骤如下:1.首先,要在WebView页面打开可以debug的设置。(不过只支持KITKAT以上版本)if(Build.VERSION.SDK_INT >= Build.VE... ...
分类:
移动开发 时间:
2020-06-29 17:16:34
阅读次数:
85
opencv_contrib提供了一些比较新或者说还不够成熟的函数,因为不够稳定所以没有加入到opencv中,但也有人要用到,所以就创建了这个项目。 安装之前要先安装依赖库,在终端输入一下命令: sudo apt-get install build-essential sudo apt-get in ...
分类:
其他好文 时间:
2020-06-29 15:24:18
阅读次数:
57