码迷,mamicode.com
首页 >  
搜索关键字:graphical effects    ( 595个结果
Symmetrical Network Acceleration with EBS 12
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
ret hat 7如何修改启动为图形化界面
[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
ubuntu,win7双系统问题
1. 引导进入win7花屏的问题 修改grub选项,使用sudo gedit /etc/default/grub, ctrl-s 修改前: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" # Uncomment to disable graphical termi ...
分类:Windows程序   时间:2017-10-03 23:22:14    阅读次数:269
Unity 2017 文字颜色渐变
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
Java语言中的GUI总结
一、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
centos7安装ghome桌面以及配置vcn服务
一、安装桌面环境 1、查看可安装:yum groupinstall 安装:yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 2、设置开机启动级别,3-命令 5-图形: CentOS 7:# systemctl set- ...
分类:其他好文   时间:2017-09-24 09:51:18    阅读次数:453
【转】Transparency (or Translucency) Rendering
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 browers
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
[Vue + TS] Create Type-Safe Vue Directives in TypeScript
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
centos6 或者7
运行级别的对比 红帽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
595条   上一页 1 ... 17 18 19 20 21 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!