Andy Tremayne, my esteemed colleague and fellow blogger, has published a new whitepaper that discusses the effects of network acceleration appliances ...
分类:
Web程序 时间:
2017-10-12 12:06:00
阅读次数:
196
[liu@localhost~]$sudovim/etc/inittab[sudo]passwordforliu:#14行上面的都是说明,只有最后一行才是运行级别#做一个软连接(相当于启用)ln-sf/lib/systemd/system/graphical.target/etc/systemd/system/default.target#重启后就可以了
分类:
其他好文 时间:
2017-10-11 00:37:15
阅读次数:
109
1. 引导进入win7花屏的问题 修改grub选项,使用sudo gedit /etc/default/grub, ctrl-s 修改前: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" # Uncomment to disable graphical termi ...
1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 using UnityEngine.UI; 5 6 [AddComponentMenu("UI/Effects/Gradien... ...
分类:
编程语言 时间:
2017-09-30 21:04:04
阅读次数:
924
一、GUI 1、GUI的概念 GUI(Graphical User Interface)即图形用户界面,它能够使应用程序看上去更加友好。 2、AWT、Swing以及SWT AWT(Abstract Windows Toolkit)是Java语言中最原始的GUI工具包,相关API位于java.awt包 ...
分类:
编程语言 时间:
2017-09-26 20:58:09
阅读次数:
213
一、安装桌面环境 1、查看可安装:yum groupinstall 安装:yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 2、设置开机启动级别,3-命令 5-图形: CentOS 7:# systemctl set- ...
分类:
其他好文 时间:
2017-09-24 09:51:18
阅读次数:
453
From:https://developer.nvidia.com/content/transparency-or-translucency-rendering Like many other visual effects, games attempt to mimic transparent (o ...
分类:
其他好文 时间:
2017-09-22 18:57:41
阅读次数:
197
Headless browsers are a web browser without a graphical user interface that can becontrolled from a command line interface for the purpose of web page ...
分类:
其他好文 时间:
2017-09-15 23:44:07
阅读次数:
273
Directives allow us to apply DOM manipulations as side effects. We’ll show you how you can create your own Vue directive to change a component’s color ...
分类:
其他好文 时间:
2017-09-12 16:51:46
阅读次数:
369
运行级别的对比 红帽6: 0,1,2,3,4,5,6 红帽7: poweroff.target rescue.target multi-user.target multi-user.target multi-user.target graphical.target reboot.target 对比、 ...
分类:
其他好文 时间:
2017-09-05 21:51:42
阅读次数:
189