码迷,mamicode.com
首页 >  
搜索关键字:turned    ( 297个结果
临时记录(不断更新)
1、查看windows的激活状态(CMD下) slmgr.vbs -dlv slmgr.vbs -dli 2、virtual box安装报错 安装扩展包 C:/vbox/Oracle_VM_VirtualBox_Extension_Pack-5.0.0-101573.vbox-extpack 失败。 ...
分类:其他好文   时间:2018-08-04 18:48:29    阅读次数:215
Python学习---Django的新工程设置模板
该模板完全可以在创建好新工程后进行部分代码替换 创建app01的 python startapp app01 创建static子目录 settings.py""" Django settings for user_manager project. Generated by 'django-admin... ...
分类:编程语言   时间:2018-08-02 10:23:52    阅读次数:172
156. Binary Tree Upside Down反转二叉树
[抄题]: Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip ...
分类:其他好文   时间:2018-07-27 13:16:32    阅读次数:112
Ribbon之ILoadBalancer
Ribbon 负载均衡的连轴方法,它聚合来IPing,IRule, ServerList, ServerListUpdater, ServerListFilter。ILoadBalancerpublic interface ILoadBalancer {    /**     * Ini
分类:数据库   时间:2018-07-17 18:12:18    阅读次数:269
Ajax
1. Ajax简介AJAX,Asynchronous JavaScript and XML (异步的JavaScript和XML),即使用Javascript语言与服务器进行异步交互,传输的数据为XML(当然,传输的数据不只是XML,现在更多使用json数据)。异步的JavaScript:使用 【J... ...
分类:Web程序   时间:2018-07-15 23:14:35    阅读次数:328
AutoItLibrary安装和常见问题解决
AutoItLibrary 安装步骤: 1、 安装pythonwin32 在下载地址:http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/找到对应自己python的pythonwin32版本,下载并安装pythonwin ...
分类:其他好文   时间:2018-07-12 00:28:57    阅读次数:3568
Android SurfaceFlinger服务(六) ----- VSync信号的分发
HWComposer模块产生VSync信号后要经过分发才能送达到关心VSync事件的模块中去。VSync信号分发大致流程为HWComposer SurfaceFlinger DispSync DispSyncSource 各个具体模块。下面具体分析下这个流程。 在上一篇文章中分析到硬件或者软件VSy ...
分类:移动开发   时间:2018-07-09 19:23:49    阅读次数:985
Scala详解
1 快速入门... 4 1.1 分号... 4 1.2 常变量声明... 4 1.2.1 val常量... 4 1.2.2 var变量... 4 1.2.3 类型推导... 5 1.2.4 函数编程风格... 5 1.3 Range. 5 1.4 定义函数... 6 1.5 while、if6 1. ...
分类:其他好文   时间:2018-07-05 23:39:35    阅读次数:210
go语言--time.After()
go语言 time.After() https://blog.csdn.net/cyk2396/article/details/78873396 1.源码分析: // After waits for the duration to elapse and then sends the current ...
分类:编程语言   时间:2018-07-05 17:29:11    阅读次数:267
The database returned no natively generated identity value
database returned no natively generated 分类:Hibernatehbm.xml中的配置如下: <id name="id"> <generator class="native"/> </id> 出现一个粗心的小问题: native的功能是: 由数据库从ident ...
分类:数据库   时间:2018-06-22 15:27:40    阅读次数:367
297条   上一页 1 ... 9 10 11 12 13 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!