上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 157 下一页
摘要: 要求:打印出一个菱形的字母,从字母A開始. 代码: package com.huawei.mianshi; public class Demo2 { private static int LINE = 4; public static void main(String[] args) { run() 阅读全文
posted @ 2017-06-03 16:18 claireyuancy 阅读(575) 评论(0) 推荐(0) 编辑
摘要: IOS开发人员经常使用的10个Xcode插件 申请达人,去除赞助商链接 一个合适的插件意味着它能够适应不同的开发环境,Sublime Text 和TextMate就是非常好的样例。你知道Xcode也支持插件吗?假设你不知道我也不会感到吃惊,由于苹果公司并没有在花力气去宣传Xcode的这个功能,并且官 阅读全文
posted @ 2017-06-03 15:27 claireyuancy 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 搬寝室 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 21420 Accepted Submission(s): 7278 Problem D 阅读全文
posted @ 2017-06-03 14:12 claireyuancy 阅读(198) 评论(0) 推荐(0) 编辑
摘要: ACM Computer Factory Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6121 Accepted: 2126 Special Judge Description As you know, all the com 阅读全文
posted @ 2017-06-03 12:50 claireyuancy 阅读(207) 评论(0) 推荐(0) 编辑
摘要: DIY Cube Time Limit: 2000/2000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others) Total Submission(s): 584 Accepted Submission(s): 284 Problem 阅读全文
posted @ 2017-06-03 11:24 claireyuancy 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 项目用到ant 1、去官网下载:http://ant.apache.org/bindownload.cgi 2、解压至安装C盘 3、设置ANT_HOME、PATh、CLASSPATH ANT_HOME: .;C:\ant\apache-ant-1.9.2; CLASSPATH: %ANT_HOME% 阅读全文
posted @ 2017-06-03 10:41 claireyuancy 阅读(1413) 评论(1) 推荐(1) 编辑
摘要: 绕过杀毒软件,有很多钟方法。此处介绍一种,编写python程序调用shellcode,并使用Pyinstaler将python程序编译为exe程序。 准备工作:(Windows XP环境下编译) 将Python程序编译为exe,须要Python主程序,pywin32库,Pyinstaller(直接解 阅读全文
posted @ 2017-06-03 09:12 claireyuancy 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 第二十五章 深入讨论 << 当shell 看到 << 的时候,它知道下一个词是一个分界符。该分界符后面的内容都被当做输入,直到shell又看到该分界符(位于单独的一行)。比方: cat >> tmpfile <<DOC > this is the first line > this is the s 阅读全文
posted @ 2017-06-03 09:11 claireyuancy 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-03 08:28 claireyuancy 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 最全Pycharm教程(1)——定制外观 最全Pycharm教程(2)——代码风格 最全Pycharm教程(3)——代码的调试、执行 最全Pycharm教程(4)——有关Python解释器的相关配置 最全Pycharm教程(5)——Python快捷键相关设置 最全Pycharm教程(6)——将Pyc 阅读全文
posted @ 2017-06-02 21:32 claireyuancy 阅读(2262) 评论(0) 推荐(1) 编辑
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 157 下一页