Say we have a latest Blender extracted from the download package. We want to create a launcher for Blender so that we can start it from the Unity Dash or App Menu. Press Ctrl+Alt+T to open terminal. When it opens, run command to create .desktop file…
create custom launcher icon 是创建你的Android app的图标 点击下一步的时候,出现的界面就是创建你的Android的图标 Foreground: ” Foreground “ 栏位是指启动图示(Launcher Icon)的前景,也就是该启动图示的主元素,其中分为三种,一种为“Image”(点阵图片).“Clipart”(向量图片).“Text”(文字). 若想正式开发该Android手机应用的话,建议选取“Image”项目,也就是在建立android 手机应…
Step 1: Specify an Instance Identifier (SID) export ORACLE_SID=maomi Step 2: Ensure That the Required Environment Variables Are Set export ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/dbhome_1 export ORACLE_BASE=/u01/app/oracle mkdir -p /u01/app/orac…
原贴在stack overflow上:https://stackoverflow.com/questions/50085750/apache-tomcat-9-x-not-working-with-eclipse-java-10-0-1 出现这个问题的可能应该有很多,因为在网上有很多的解决办法,但是大部分都不是我需要的解决办法. 后来无意间看到一篇博客(Eclipse +java10 启动Tomcat 报错Could not create the Java virtual machine)[也是…
Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we have just installed. Here are some simple precedures. Once the Qt program is installed, open up a t…
In this Document   Goal   Solution   Overview   Steps in writing Java Concurrent Program   Template Program:   Program Logic   Program Parameters   Database Operations   Setting request Completion Status   Register executable   Register Concurrent Pr…
原文 Inno Setup connection to the database and create Description: the first half of this program in Inno Setup instance inside there, behind the database backup and restore inside the instance is not easy to find online, I spent a great difficulty sen…
mysql5.7版本开始创建用户需要create user 5.7版本之后,直接使用:grant select on MySQL.test01 to hug@localhost; 是不行的,会报错: Error Code: 1133. Can't find any matching row in the user table 5.7版本创建用户需要这样: CREATE USER hug@localhost IDENTIFIED BY '123456'; grant all on mysql.*…
转自:https://dzone.com/articles/spring-boot-memory-performance It has sometimes been suggested that Spring and Spring Boot are “heavyweight”, perhaps just because they allow apps to punch above their weight, providing a lot of features for not very muc…
源地址:http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/ Eclipse installation in ubuntu 12.04 is very simple . you can install eclipse using “software center” but you may not get the latest version, better download the latest version and ins…