码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
asp.net 发送邮件代码 System.Net.Mail
前台页面 SendEmail.aspx 代码using System.Net.Mail;using System.Net; 发送电子邮件演示 邮箱地址: ...
分类:Web程序   时间:2015-07-10 23:34:57    阅读次数:141
《30天自制操作系统》U盘启动,真机运行(16天)
首先说一下到目前为止U盘启动遇到的问题,首先的一个问题是“system volume information“,目前尚未解决,这个问题可能导致U盘启动失败,我猜测可能是由于每一次重新将OS写到U盘的时候原来的信息没有被清除,导致了在执行的时候把那些没有被覆盖掉的信息当成指令执行了。这个问题我会继续的追踪下去,力求能找到引起这个问题的真正原因是什么,如果有遇到同样问题的朋友,能留言相告。下面是真机的运...
分类:其他好文   时间:2015-07-10 22:22:01    阅读次数:238
Unity学习笔记 之 触发Unity UI 的 Button 事件 的代码记录
首先奉献上 Button 所触发的事件 的脚本代码。 文件名为testButtonEvent using UnityEngine; using System.Collections; //1.引入 UI 。 using UnityEngine.UI; public class testButtonEvent : MonoBehaviour { //2.定义一个目标对象。 pu...
分类:编程语言   时间:2015-07-10 22:19:06    阅读次数:883
Unity学习笔记 之 关于 Unity UI 的 Slider 的代码记录
代码如下: using UnityEngine; using System.Collections; //1.引入 UI 。 using UnityEngine.UI; public class testSliderEvent : MonoBehaviour { //2.定义一个 Text 目标对象。 public Text targetTextObject; //3.定义一个 S...
分类:编程语言   时间:2015-07-10 22:18:27    阅读次数:213
Atitit.执行cmd 命令行 php
Atitit.执行cmd 命令行 php   1. 执行cmd 命令行,调用系统命令的基础 1 1.1. 实际执行模式 1 1.2. 空格的问题 1 1.3. 中文路径的问题,程序文件读取编码设置 1 1.4. 回显乱码 2 2. exec,system等函数调用系统命令 2 3. php.ini,关掉安全模式safe_mode = off 3 4. 参考 3     1....
分类:Web程序   时间:2015-07-10 22:17:20    阅读次数:213
C# FTP
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Net;using System.Windows.Forms;using System.Globalization...
分类:Windows程序   时间:2015-07-10 22:12:32    阅读次数:319
Mvc 中国直辖市下拉列表(三级联动)
(一)controllersusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using 下拉主外键_关系.Models;namespace 下拉...
分类:Web程序   时间:2015-07-10 22:05:59    阅读次数:106
系统设计题分析
http://www.hiredintech.com/system-design/Scopethe problem: Don't make assumptions; Ask questions; Understand the constraints and use cases.Sketch up a...
分类:其他好文   时间:2015-07-10 22:03:38    阅读次数:136
Linux如何上线和下线CPU
echo 0 > /sys/devices/system/cpu/cpuX/online 其中,cpuX的X代表cpu号,在online文件里描述cpu的状态,0代表下线,1代表上线 cat  /sys/devices/system/cpu/online 可查看当前所有上线的CPU...
分类:系统相关   时间:2015-07-10 20:54:43    阅读次数:165
Crazyflie 2.0 System Architecture
Crazyflie 2.0架构包括两个微控制器: A NRF51, Cortex-M0, 用于实现无线通信和电源管理: (1)按键开关逻辑(ON/OFF logic) (2)控制给其他系统供电(STM32, sensors and expansion board) (3)电池充电管理和电压测量 (4)Master 无线bootloader (5)无线和BLE通信 (6)探测和检测...
分类:其他好文   时间:2015-07-10 19:02:21    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!