error will start from 0 training
· •
}
3. Generating Files
Note: The following command execution must be performed under the Caffe root path, or an error will occur.1). Run create_list.sh
CD Home/software/caffe
./data/voc0712/create_list.sh
Generated:
2). Run create_data.sh
CD Home/software/caffe
./data/voc0712/create_data.sh
Generate the Lmdb file:
3). Run ssd_pascal.py
CD Home/software/caffe
python examples/ssd/ssd_pascal.py
./jobs/vggnet/voc0712/vgg_voc0712_ssd_ 300x300.sh #如果run_soon为Tr
Before the initial installation, a lot of information was checked. Later found that the official website is the most reliable documents.
Refer to the '/doc/installation.md' note on GitHub:
Now the Librealsense Master branch on GitHub is the 2.0 version of the SDK, my webcam is R200, the recommended installation should be version 1.0, under Legacy Branch. This need to pay extra attention, I just because I did not pay attention to read instructions, cam
structure:
SQL> desc dual Name Null? Type
-----------------------------------------------------------------------------
DUMMY VARCHAR2 (1)
SQL>
There is only one empty COLUMN named DUMMY.
Query the data in the table:
SQL> select dummy from dual;
DUMMY
----------
X
Oh, there is only one record. The
type a line of SQL? To learn more ....
SQL> select sysdate from dual;
Sysdate
---------
28-sep-03
Haha, it is indeed very convenient to use dual. But do you know what the dual is and what special behavior it has? Let's take a look. First, let's figure out what dual is:
SQL> connect system/Manager
Connected.
SQL> select owner, object_name, object_type from dba_objects where object_name like '% dual %'; Owner object_name object_type
-------------------------------------------
PHPApache: configure the VM 1. find the httpd. conf file under the \ conf directory of Apache, open it, and find the following two lines:
# Virtual hosts
# Include conf/extra/httpd-vhosts.confRemove the # sign in front of him. the modification is as follows:
# Virtual hostsInclude conf/extra/httpd-vhosts.conf
It means to enable the virtual host settings file httpd-vhosts.conf, virtual host settings are set under this file, do not change httpd. conf, this is clearer.
2. find the httpd-vh
1. CONF/httpd. conf only needs to remove the annotator # started by the two virtual hosts. Do not change anything else.
2, extra/httpd-vhosts.conf only need to first 2 namevirtualhost, and then point to the two ports.
Attachment httpd-vhosts.conf document
## Virtual Hosts## If you want to maintain multiple domains/hostnames on your# Machine you can setup virtualhost containers for them. Most deployments# Use Only name-based virtual hosts so the server doesn't need to worry about# IP addresses. T
Stack growth and large-end/small-end problems are CPU-related issues.
In memory management, stack corresponds to stack. For the heap, the growth direction is upward, that is, the direction for increasing the memory address; For the stack, the growth mode is downward, and the direction for decreasing the memory address. In the memory, the "Heap" and "stack" share all the free space, but their starting addresses and growth directions are different. There is no fixed boundary between them. If they
I often use dual and forget what it means. I will try again.
Dual? What's mysterious? When you want to get the Oracle system time, simply type a line of SQLIsn't it? To learn more ....SQL> select sysdate from dual;Sysdate---28-sep-03Haha, it is indeed very convenient to use dual. But do you know what the dual is and what special behavior it has? Let's take a look.First, we need to figure out what dual is:SQL> connect system/ManagerConnected. SQL> select owner, object_name, object_type from db
DUAL is and what special behavior it has? Let's take a look. First, let's figure out what DUAL is:
SQL> connect system/manager
Connected.
SQL> select owner, object_name, object_type from dba_objects where object_name like '% DUAL %'; OWNER OBJECT_NAME OBJECT_TYPE
-------------------------------------------
SYS DUAL TABLE PUBLIC DUAL SYNONYM
The original DUAL is a table in SYS schema and is then used by other database users in public synonym mode.
Let's look at its structure:
SQL> desc dual Name
-> file transfer: Select "show root directory" and "show hidden file.
So that ordinary users only use SFTP without the permission to use ShellBy default, the Administrator adds both SFTP and SSH permissions to the system. It also poses a great security risk for common users to use shell to execute commands.
Users can use shell to execute commands and only use SFTP to transmit files. This security risk can be eliminated and FTP functions can be fully implemented,As mentioned above, SFTP does not
. Find apache%c5%e4%d6%c3/"target=" _blank >apache profile: httpd.confFor Apache configuration files, different Linux hosts may be placed in different places, especially for those that compile the installation
, the placement of the position is even more fixed. The Itlee environment is installed by Yum, Linux version centos5.6,
After the installation completed httpd.conf in/etc/httpd/conf/This directory, we can as a reference, find your own Apache with
The file is placed.
2. Modify the confi
TopicInput two monotonically increasing list, output two list of linked lists, of course, we need to synthesize the linked list to meet the monotone non-reduction rules.IdeasThe idea is very simple, who first pick up who.Give two versions of recursive and non-recursiveclassSolution { Public: ListNode* Merge (listnode* pHead1, listnode*pHead2) { //Recursive version if(!PHEAD1)returnpHead2; if(!PHEAD2)returnPHead1; ListNode* Mergelist =nullptr; if(Phead1->val >= phead2->val) {Mergeli
what special behavior does it have? Come on, let's have a look. First figure out what dual is, object: Sql> Connect System/manager Connected. Sql> Select owner, object_name, object_type from dba_objects where object_name like '%dual% '; OWNER object_name object_type --------------- --------------- ------------- SYS DUAL TABLE public DUAL synonym The original dual is a table that belongs to the SYS schema and is then used as public synonym for other database user. And look at the structure of it
://apt.sw.be/RPM-GPG-KEY.dag.txt
3. Install RPM installation Package
Rpm-i rpmforge-release-0.5.2-2.el6.rf.i686.rpm
4. Update the installation source
Yum Check-update
5. Installing VLC
Yum Install VLC
For more detailed information, please visit: http://wiki.centos.org/AdditionalResources/Repositories/RPMForgeThe second step is to build a live Streaming server using VLC. (On-demand there is nothing to talk about, to build an HTTP server can, and VLC
mainly explain the domain based virtual host. Ip-based and Port based in the production environment is less used, we have only a general explanation of its configuration.
Note that prior to this, we will also modify the httpd.conf file to remove the configuration options for directory access. Otherwise, a 403 error will be reported when accessing the virtual host. As follows:
The httpd.conf file removes the order Deny,allow and the deny from all lines and modifies the following:
Options
Configure httpd.conf
Listening on multiple ports
Copy Code code as follows:
# Listen:allows to bind Apache to specific IP addresses and/or
# ports, instead of the default. Also the # directive.
#
# Listen on specific IP addresses as shown below to
# prevent Apache glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 8081
Listen 8082
Listen 8083
#增加监听端口
After the following is set, you can see if the port is open by Netstat-n-a
Open a vir
Install.log.syslog
-rw-r--r--1 Root 0 Feb 1 03:06 Package
-rw-r--r--1 Root 0 Feb 1 03:06 processing
-rw-r--r--1 Root 0 Feb 1 03:06 Running
-rw-r--r--1 root root 920 Feb 1 04:57 www.yang.com.crt
-rw-r--r--1 root root 684 Feb 1 04:54 WWW.YANG.COM.CSR
-rw-r--r--1 root root 887 Feb 1 04:52 www.yang.com.key
[Root@centos5 ~]# vi/etc/httpd/conf.d/ssl.conf Modify SSL's settings file
# when we also provide SSL we have to listen to the
# The HTTPS port in addition.
#
Listen 443
[root@centos5 ~]#/etc/
not it? A trick or a trick .... Sql> select Sysdate from dual; Sysdate --------- 28-sep-03 Haha, really dual is very convenient to use. But do you know what object dual is, and what special behavior does it have? Come on, let's have a look. First figure out what dual is, object: Sql> Connect System/manager Connected. Sql> Select owner, object_name, object_type from dba_objects where object_name like '%dual% '; OWNER object_name object_type --------------- --------------- ------------- SYS DUAL
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.