[Root@mypc disk1]#./runinstaller
Starting Oracle Universal Installer ...Checking Setup requirements ...Check operating system version: Must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, redhat-6, UnitedLinux-1.0, Asianux-1, Asianux-2, Asianux-3, E Nterprise-4, enterprise-5 or SuSE-11Failure to pass Exiting Oracle Universal Installer. You can find a log of this session in/tmp/orainstall2015-04-02_04-32-
) ()6print(10/n)You can enter a command at any time p 变量名 to view the variable1 (PDB) p s 2 ' 0 ' 3 (PDB) p n 4 0Enter command q to end debugging, exit program1 (PDB) QThis method of debugging through the PDB in the command line is theoretically omnipotent, but it is too cumbersome, if there are 1000 lines of code, to run to the No. 999 line to knock how many commands ah. Law V: pdb.set_trace () (This method also uses the PDB, but does not require stepping, we only need to import PDB , and th
class), the differentiated layout in a particular size type of automatic layout (subclass). In the example below, Figure 1 can be used as a general layout, and Figure 2 can be used as a special layout method.That might be a bit difficult to understand, so let's take a practical example to illustrate how to use the size type in Interface Builder to implement adaptive layouts.Not finished, to be continued ...If you have any suggestions, comments or questions about what I write, please go to my cs
Entity Framework 6 Recipes 2nd Edition (10-9), entityrecipes
10-9. Use stored procedures for insertion and deletion in many-to-many relationships
Problem
To use a stored procedure in a load-free multi-to-Multi-Link (the stored procedure only affects the connected tables)
Solution
Assume that there is a multi-to-many relationship between the Author table (Author)
[Chapter10]. [Insertauthorbook] @AuthorId =1, @BookId =2exec [Chapter10]. [Insertauthorbook] @AuthorId =2, @BookId =3exec [Chapter10]. [Deleteauthorbook] @AuthorId =1, @BookId =1EXEC sp_executesql N ' delete [Chapter10]. [Book] WHERE ([BookId] = @0) ', N ' @0 int ', @0=1How does it work?To map stored procedures to insert and delete operations in many-to-many relationships, we create stored procedures in the database and then use the stored procedure model. Because the EF Design view does not su
Meeting content: Yesterday just opened a meeting, today received tomorrow to show the notice so reassign the task.1 ginger in the maze to add new features, like plants vs zombies in the fog, the entire map is invisible path can only show scary around the path of the surrounding, thus more prominent maze theme. Then add music for each mode.2 weeks Super: Beautify the entire interface work including background, wall, and also responsible for helping Ienaga.3 Liu Hongyang, Liu Dibo: Drawing maps, f
New Features of JDK 6 9: Common annotationsCommon Annotations was originally part of the Java EE 5.0 (JSR 244) specification, and sun now places a part of it in Java SE 6.0. with the addition of the annotation metadata function (JSR 175) to Java SE 5.0, many Java technologies (such as EJB and Web Services) the annotation part is used to replace the XML file to configure running parameters (or support Declar
CSS layout, fixed on the right, adaptive width on the left
Div
Style
=
"Width: 90%; margin: 0 auto; overflow: auto; _ display: inline-block ;"
>
Div
Style
=
"Width: 200px; float: Right; Background: #090"
> This is the content on the right
Div
>
Div
Style
=
"Margin-Right: 210px; Background: # f33"
> This is the content on the left, adaptive width
Div
>
Div
>
CSS layout, fixed on the left, adaptive width on the right
Div
Recently wrote the new Web project has been using the bootstrap framework, today's page one of the modules used by the plug-in and bootstrap conflict, when the bootstrap.css removed, the page part of the style has gone awryThe main performance is that the margin and padding values are not well, because the block element properties disappear after positioningPosition caused by positioning or floatingWorkaround:The element is added Display:block17/9/
)Second IDE port: Master (/DEV/HDC), slave (/DEV/HDD)Bda:BAD1: First primary partition (maximum of four)Bad2:BAD3:BAD4:HDA5: First logical partition (can have multiple)Extended partitions up to oneSee how many hard drives are identified by the current systemFdisk-L: View the device partition of the current systemTo manage disk partitions:Fdisk/dev/sdaP: Displays the partition of the current hardware, including unsaved changesN: Create a new partitionE: Extended partitionP: Primary partitionD: De
Consolidation of Spring knowledgeAOP and IOC concepts, as well as understanding why the spring Framework is used for the purpose of transforming the direction of resource acquisition. More like it's on demand.How to configure the Bean: Using XML, based on two kinds of annotation method.1 by means of a full-class name reflection, 2 through a factory instance, 3 through a lower beanfactory wayThere are two ways to rely on injecting di: attribute injection: Property and constructor injection: Const
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.