大约有 3,000 项符合查询结果(耗时:0.0072秒) [XML]

https://www.tsingfun.com/it/tech/1742.html 

Flash AS 3.0 第一个HelloWorld程序 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...一个Label(窗口->组件,调出组件对话框),属性面板中ID设置为label1: 新建一个AS3文件,保存为HelloWorld.as(文件名要与代码中类名一致),代码如下: package { import flash.display.Sprite; public class HelloWorld extends Sprite { publ...
https://www.tsingfun.com/it/tech/1743.html 

解决Fla文件编译SWF后体积过大 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...: 1.Ctrl+Enter打开测试影片的窗口,选择 “视图”>"带宽设置"打开如下窗口。 然后会发现某帧字节数狂高。对了,哪个混蛋文本框就在那一帧了! 2.找到文本框后,打开属性面板,点击“嵌入”,在弹出的窗口上,选择不...
https://www.tsingfun.com/it/tech/1757.html 

Win7禁用休眠 减少C盘容量占用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...容量占用常见的还有:将虚拟内存位置改到C盘以外。 设置完成后,需要重启计算机方可生效。Win7 禁用休眠 C盘容量
https://www.tsingfun.com/it/tech/1782.html 

nsis指定默认安装路径,记住上次安装路径 - 更多技术 - 清泛网 - 专注C/C++...

...InstallDirRegKey 指定$INSTDIR值为注册表中的键值。 后面的设置覆盖前面的。nsis 安装路径
https://www.tsingfun.com/it/tech/1793.html 

Windows下通过端口号查找出对应的进程名称 - 更多技术 - 清泛网 - 专注C/C+...

...了该pid 也可以在任务管理器中查看pid对应的进程(先设置在进程列表中显示pid,如图) 这样就能找到端口所对应的进程信息了。 Windows 端口 查找进程
https://www.tsingfun.com/it/tech/1998.html 

Java 调用外部进程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...,注意目录位置 String cmd = "cmd /c d://test"; // 设置工作目录 File workDir = new File("c://"); try { Process process = Runtime.getRuntime().exec(cmd, null, workDir); // 读取错误流和正常流的输入,否则会阻塞...
https://www.tsingfun.com/it/tech/2001.html 

[解决] RHEL 7/ CentOS 7/Fedora 出现Failed to start iptables.service: U...

...ewalld 并且安装iptables-services: yum install iptables-services 设置开机启动: systemctl enable iptables iptables启动、关闭、保存: systemctl [stop|start|restart] iptables #or service iptables [stop|start|restart] service iptables save #or /usr/libexe...
https://www.tsingfun.com/it/tech/2018.html 

php 实时显示当前时间 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...6个字节, firefox 1024, chrome 2048 date_default_timezone_set("PRC");//设置当前时区 set_time_limit(0); for($i=1; $i<=10; $i++) { ob_end_clean(); ob_start(); echo str_repeat(" ", 4096); echo "Now is :". date("H:i:s")."<br>"; echo str_repeat(" ", 4096); ob...
https://www.tsingfun.com/it/tech/2019.html 

[解决]unable to mount NTFS partition fedora - 更多技术 - 清泛网 - 专注C/C++及内核技术

... do; 点击 Change settings that are currently unavailable; 在 Shutdown 设置, 去掉勾选 Turn on fast startup然后点击Save changes 按钮保存. 中文截图版请参考《Windows下如何关闭快速启动》 mount NTFS partition fedora
https://www.tsingfun.com/it/tech/2168.html 

错误解决:Xcode not set up properly. You may need to confirm the licens...

... Xcode -> Preferences -> Locations - > Command Line Tools #设置好xcode的安装位置 或 1 sudo -i xcode-select -switch /Applications/Xcode6-Beta6.app/Contents/Developer 根据具体路径: (sudo xcode-...