<bean id="sesFactoryW eb" class="org.spri ngframework.orm .hibernate3.Loc alSessionFactor yBean">
<property name="dataSourc e"><ref local="XXXXXX"/></property>
<property name="mappingRe sources">
<list>
<value>Unit.hbm .xml</value>
<value>UnitConv ersion.hbm.xml</value>...
User Profile
Collapse
-
I think you need to download it.
Were org.w3c and org.xml built in JDK? can some one help me? Thanks! -
cat your_Text_File | awk '{print $2, $1}'
For example:
cat switchTwoColoum n.txt | awk '{print $2, $1}'
This command:
Switch coloumn 1 and 2 in switchTwoColoum n.txt file.
print then on screen.
output of your text file:
Jones Tom
Jones Nancy
Sims Terry
Terry John
Maier Ruth
Wolfe Mike
Cole Dennis
Maier Ron
Miller...Leave a comment:
-
-
-
Why 08, 09 cannot be used as 8 ,9?
If you do $((08+1)) or $((09+1)) in terminal, linux shows an error.
However, you can use 07,06,05,04,03, 02,01,00, and Linux treat them as 7,6,5,4,3,2,1,0 .
Can someone tell me how to make 08 and 09 work in this way? -
rm out.txt
sed '4,$d' test.txt >> out.txt
echo "test line 1" >> out.txt
echo "test line 2" >> out.txt
sed -n '5,$p' test.txt >> out.txt
exit
this only works for this questionLeave a comment:
-
chown -R user_Name:user_ Name directory_Name
chgrp -R user_Name directory_NameLeave a comment:
No activity results to display
Show More
Leave a comment: