Fork me on GitHub
打赏

02 2018 档案

摘要:A-添加逗号 链接:https://www.nowcoder.net/acm/contest/78/A来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言 阅读全文
posted @ 2018-02-08 18:11 Zoctopus_Zhang 阅读(560) 评论(0) 推荐(0) 编辑
摘要:A-吐泡泡 链接:https://www.nowcoder.com/acm/contest/74/A来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 阅读全文
posted @ 2018-02-06 19:32 Zoctopus_Zhang 阅读(1067) 评论(0) 推荐(0) 编辑
摘要:一、问题的起源 软件环境:Unity 2017.3.0f3,Visual Studio 2013 问题描述:在Unity中创建C#脚本后,准备双击打开进行编辑时,出现了Fatal Error。 二、问题的分析 照着它所给的链接下载了Mono,解压安装后重启电脑还是不能够正常使用,于是放弃了,转战开始 阅读全文
posted @ 2018-02-05 21:20 Zoctopus_Zhang 阅读(8147) 评论(0) 推荐(0) 编辑
摘要:一、介绍 目的:通过尝试制作一款使用玩家角色把小球弹飞的简单小游戏,熟悉使用Unity进行游戏开发的基本流程。 软件环境:Unity 2017.3.0f3,Visual Studio 2013 二、创建新项目 1,启动Unity后将出现一个并列显示Projects和Getting started的窗 阅读全文
posted @ 2018-02-05 19:30 Zoctopus_Zhang 阅读(84255) 评论(17) 推荐(48) 编辑
摘要:一、介绍 直播人:左程云老师 直播时间:2018.2.1晚上八点 二、code技巧的磨炼 【题目】荷兰国旗问题 已知一个整型数组arr,和一个整数num,请把小于num的数放在数组的左边,等于num的数放在数组的中间,大于num的数放在数组的右边。要求:时间复杂度为O(N),额外空间复杂度O(1)。 阅读全文
posted @ 2018-02-02 14:12 Zoctopus_Zhang 阅读(602) 评论(0) 推荐(0) 编辑
摘要:一、介绍 学习目标:熟练使用“标准基本体”和“扩展基本体”内的按钮来创建对象。 软件环境:3ds Max2015 二、实验步骤 1,启动3ds Max,使用“长方体”工具在场景中创建一个长方体作为空间的地面,然后在“修改”面板中设置“长度”为300cm、“宽度”为500cm、“高度”为-5cm; 2 阅读全文
posted @ 2018-02-01 23:26 Zoctopus_Zhang 阅读(2385) 评论(0) 推荐(0) 编辑

// function btn_donateClick() { var DivPopup = document.getElementById('Div_popup'); var DivMasklayer = document.getElementById('div_masklayer'); DivMasklayer.style.display = 'block'; DivPopup.style.display = 'block'; var h = Div_popup.clientHeight; with (Div_popup.style) { marginTop = -h / 2 + 'px'; } } function MasklayerClick() { var masklayer = document.getElementById('div_masklayer'); var divImg = document.getElementById("Div_popup"); masklayer.style.display = "none"; divImg.style.display = "none"; } setTimeout( function () { document.getElementById('div_masklayer').onclick = MasklayerClick; document.getElementById('btn_donate').onclick = btn_donateClick; var a_gzw = document.getElementById("guanzhuwo"); a_gzw.href = "javascript:void(0);"; $("#guanzhuwo").attr("onclick","follow('33513f9f-ba13-e011-ac81-842b2b196315');"); }, 900);
点击右上角即可分享
微信分享提示