码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
Java ClassLoader 学习理解
/** * * * 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
Java jms学习
/** * * * 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
Java Annontation 注解的学习和理解
/** * * * Copyright 1994 JsonInternational * All rights reserved. * Created by Jason * * */ package cn.ucaner.core.annotation; /** Annontation是Java5开始... ...
分类:编程语言   时间:2018-10-20 12:52:37    阅读次数:145
HTTP请求工具类
/** * 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
Ubuntu add swap
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
Windowns API 第24篇 WTSEnumerateSessions 枚举session信息
函数原型: 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
搜索await page.waitForSelector(allResultsSelector);
/** * 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 Do not use built-in or reserved HTML elements as component id: nav
刚入坑vue 在新建组建的时候出现这个问题,原因是我新建的这个组建name: 'nav' 在vue中好像nav 这样的 有点类似于 “关键字” 不能作为组建的name,按照服务端来说 就是不可以命名关键字 为你的属性名一样的意思 所以在vue中 比如 nav ,header,footer 不可以作为 ...
分类:Web程序   时间:2018-10-02 00:22:48    阅读次数:558
2579条   上一页 1 ... 15 16 17 18 19 ... 258 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!