码迷,mamicode.com
首页 >  
搜索关键字:oge    ( 545个结果
cocos2d-x JS 利用重复动作实现动画播放(实现倒计时)
cocos2d-js: cc.delayTime() and cc.repeatForever() don't work together in cc.sequence() ...
分类:Web程序   时间:2017-05-08 16:19:04    阅读次数:212
Python IDLE 增加清屏功能
保存如下代码到 ClearWindow.py 将上述文件保存到 C:\Python27\Lib\idlelib 下。再打开此目录下的 config-extensions.def 文件,在其尾部添加如下代码 好了,现在 IDLE 已经可以支持 Ctrl+l 清屏了。 完。 ...
分类:编程语言   时间:2017-05-07 13:06:55    阅读次数:251
ASP.NET Core使用NLog记录日志到Microsoft Sql Server
在之前的文章中介绍了如何在ASP.NET Core使用NLog,本文为您介绍在ASP.NET Core使用NLog记录到Microsoft Sql Server 1.我们需要添加依赖: NLog.Web.AspNetCore System.Data.SqlClient 2.添加nlog.config ...
分类:数据库   时间:2017-05-03 09:21:17    阅读次数:257
Servlet和模本办法
抽象类HttpServlet,提供7个子方法的默认实现,当我们手写Servlet只需要继承HttpServlet并替换相应的do方法来完成自己的业务逻辑即可。 我们一般的实现方法: [java] view plain copy public MyServlet extends HttpServlet ...
分类:其他好文   时间:2017-05-02 23:31:18    阅读次数:192
LeetCode11:Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo ...
分类:其他好文   时间:2017-05-01 22:21:38    阅读次数:178
Codeforces Round #345 (Div. 2)C. Watchmen(想法题)
传送门 Description Watchmen are in a danger and Doctor Manhattan together with his friend Daniel Dreiberg should warn them as soon as possible. There are ...
分类:其他好文   时间:2017-05-01 01:19:05    阅读次数:246
猜数字游戏
package com.lovo.homework; import java.util.Scanner; public class GuessGame { private int[] backNum = new int[4]; private int[] inputNum = new int[4]; ...
分类:其他好文   时间:2017-04-29 15:12:43    阅读次数:140
在 Swift 專案中使用 Javascript:編寫一個將 Markdown 轉為 HTML 的編輯器
原文:Using JavaScript in Swift Projects: Building a Markdown to HTML Editor 作者:GABRIEL THEODOROPO...
分类:编程语言   时间:2017-04-20 11:05:49    阅读次数:156
Java Web 乱码
在做关于 Java Web 的项目中,有时候项目的整体设置为 utf-8 编码以后,你还是会发现项目还是乱码。 1.出现乱码实例 正如下图所示: 虽然在代码中,加入了:request.setCharacterEncoding("utf-8"); 结果还是会乱码。 2.解决乱码问题 为了解决这个问题, ...
分类:编程语言   时间:2017-04-19 00:30:07    阅读次数:216
545条   上一页 1 ... 42 43 44 45 46 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!