/** * * * Copyright 1994 JsonInternational * All rights reserved. * Created on 19941115 * Created by Jason * * */ package cn.ucaner.core.classload; im... ...
分类:
编程语言 时间:
2018-10-20 12:53:23
阅读次数:
143
/** * * * https://github.com/Jasonandy * All rights reserved. * Created on 2018年6月12日 下午4:00:58 * Created by Jason * * */ package cn.ucaner.component.... ...
分类:
编程语言 时间:
2018-10-20 12:53:04
阅读次数:
157
/** * * * Copyright 1994 JsonInternational * All rights reserved. * Created by Jason * * */ package cn.ucaner.core.annotation; /** Annontation是Java5开始... ...
分类:
编程语言 时间:
2018-10-20 12:52:37
阅读次数:
145
/** * Copyright (c) 2013-Now http://jeesite.com All rights reserved. */ package com.jeesite.common.web.http; import java.io.IOException; import java.i... ...
分类:
Web程序 时间:
2018-10-16 16:09:04
阅读次数:
671
环境 + 32位操作系统 通过结构体的内存字节对齐了解操作系统的内存对齐 + 在32位操作系统中, CPU默认读和写数据是按照4字节的方式 + 在一个结构体中, 在编译的时候, 编译器会根据结构体中的成员变量使其内存对齐, 让他们都是符合让CPU一次读取的数据而不用再读取一次数据, 减少了读取的次数 ...
分类:
其他好文 时间:
2018-10-15 12:05:06
阅读次数:
162
1. create a 1G file for the swap. sudo fallocate -l 1G /swapfile we can verify that the correct amount of space was reserved by typing: ls -lh /swapfi ...
分类:
系统相关 时间:
2018-10-11 14:31:09
阅读次数:
194
函数原型: BOOL WTSEnumerateSessions( HANDLE hServer, DWORD Reserved, DWORD Version, ... ...
分类:
编程语言 时间:
2018-10-08 18:13:41
阅读次数:
206
/** * Copyright 2017 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:
其他好文 时间:
2018-10-07 16:50:33
阅读次数:
195
/** * Copyright 2017 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:
其他好文 时间:
2018-10-07 13:02:51
阅读次数:
1404
刚入坑vue 在新建组建的时候出现这个问题,原因是我新建的这个组建name: 'nav' 在vue中好像nav 这样的 有点类似于 “关键字” 不能作为组建的name,按照服务端来说 就是不可以命名关键字 为你的属性名一样的意思 所以在vue中 比如 nav ,header,footer 不可以作为 ...
分类:
Web程序 时间:
2018-10-02 00:22:48
阅读次数:
558