1、Java实体Bean类 package com.project.pojo; import java.io.Serializable; public class Card implements Serializable{ private int id; private String address ...
分类:
Web程序 时间:
2020-05-21 23:59:46
阅读次数:
98
夸代扫描,比如说回收短暂代,但是在短暂代当中有一个被一代引用的变量。 这个时候可能会造成了这个变量被回收,程序发生不可与之错误。card table 就是为了预防这种情况的一个数组。 int p = 0; int* card_table= &p;card_table[0] = 1;card_tabl ...
分类:
Web程序 时间:
2020-05-21 19:11:22
阅读次数:
61
前言 最近小程序项目需要一个 弹框 展示 轮播图 。项目用的 mpvue 框架,使用 colorUi 的轮播图时, <swiper class="card-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" ...
分类:
其他好文 时间:
2020-05-18 18:13:12
阅读次数:
169
https://www.cnblogs.com/jerry116/p/8969987.html optional "sudo iwlist wlx08beac06c8a9 scan | grep ESSID" "sudo nano /etc/wpa_supplicant/wpa_supplicant ...
分类:
其他好文 时间:
2020-05-18 16:38:32
阅读次数:
63
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1015/ 代码: #include <iostream> #include <algorithm> using namespace std; class S ...
分类:
其他好文 时间:
2020-05-18 01:07:50
阅读次数:
71
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1011/ 代码: class Solution { public: string reverseWords(string s) { int len = s. ...
分类:
其他好文 时间:
2020-05-18 01:02:43
阅读次数:
81
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1044/ 代码: #include <string> #include <algorithm> using namespace std; class Sol ...
分类:
其他好文 时间:
2020-05-18 01:00:39
阅读次数:
58
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1013/ 代码: #include <stack> class Solution { public: string simplifyPath(string ...
分类:
其他好文 时间:
2020-05-18 00:23:56
阅读次数:
56
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1014/ 代码: class Solution { public: string longestCommonPrefix(vector<string>& s ...
分类:
其他好文 时间:
2020-05-18 00:20:51
阅读次数:
72
发表于二月 7, 2020由星空下 主要关注两个方面: 文件在文件系统和进程中的表现 文件操作函数 文件操作函数 libc有fopen, fwrite, fread, fseek等库函数,系统调用有open, create, write, read, lseek, fcntl, ioctl等函数。 ...
分类:
其他好文 时间:
2020-05-16 00:41:52
阅读次数:
63