■
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{26C40F3F-7ABE-4DBA-8AAA-68A87F75A9AE}</ProjectGuid>
<OutputType>Library</OutputType>
<OutputPath>bin\Debug\</OutputPath>
<RootNamespace>Regulus.Common.Entities</RootNamespace>
<AssemblyName>Entity</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Entity.xml</DocumentationFile>
<NoWarn>41999,42016</NoWarn>
<WarningsAsErrors>42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Entity.xml</DocumentationFile>
<NoWarn>41999,42016</NoWarn>
<WarningsAsErrors>42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Log4Net, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.Log4Net.2.0.1\lib\net20\Common.Logging.Log4Net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="AccountEntity.vb" />
<Compile Include="ApplicationBase.vb" />
<Compile Include="BaseEntity.vb" />
<Compile Include="BranchEntity.vb" />
<Compile Include="ChangePasswordViewEntity.vb" />
<Compile Include="CommonConfigEntity.vb" />
<Compile Include="ConfigAppSettings.vb" />
<Compile Include="CoverLetterDetailsEntity.vb" />
<Compile Include="CustomMessages.Designer.vb">
<DependentUpon>CustomMessages.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="EntityHelper.vb" />
<Compile Include="HistoryReportEntity.vb" />
<Compile Include="HistoryReportListViewEntity.vb" />
<Compile Include="IssuingBankEntity.vb" />
<Compile Include="MailTemplateDetailViewEntity.vb" />
<Compile Include="MailSettingsDetailViewEntity.vb" />
<Compile Include="MailDeliveryDetailViewEntity.vb" />
<Compile Include="MailAddressGroupDetailViewEntity.vb" />
<Compile Include="CustomerDetailViewEntity.vb" />
<Compile Include="CustomerEntity.vb" />
<Compile Include="CustomerListViewEntity.vb" />
<Compile Include="Enum.vb" />
<Compile Include="EnumEntity.vb" />
<Compile Include="ITNotificationEntity.vb" />
<Compile Include="ITNotificationViewEntity.vb" />
<Compile Include="LCPDFReportSourceEntity.vb" />
<Compile Include="LoginViewEntity.vb" />
<Compile Include="MailAddressGroupEntity.vb" />
<Compile Include="MailDeliveryEntity.vb" />
<Compile Include="MailDeliveryListViewEntity.vb" />
<Compile Include="MailAddressGroupListViewEntity.vb" />
<Compile Include="MailSettingEntity.vb" />
<Compile Include="MailSettingsListViewEntity.vb" />
<Compile Include="MailTemplateEntity.vb" />
<Compile Include="MailTemplateListViewEntity.vb" />
<Compile Include="PDFMailMapEntity.vb" />
<Compile Include="PDFReportEntity.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="PageEntity.vb" />
<Compile Include="ProductEntity.vb" />
<Compile Include="RawFileEntity.vb" />
<Compile Include="RegulusResourceManager.vb" />
<Compile Include="ReportViewEntity.vb" />
<Compile Include="UserDetailViewEntity.vb" />
<Compile Include="UserEntity.vb" />
<Compile Include="UserFriendlyErrorEntity.vb" />
<Compile Include="UserHomeViewEntity.vb" />
<Compile Include="UserListViewEntity.vb" />
<Compile Include="UserPasswordHistoryEntity.vb" />
<Compile Include="UserRoleEntity.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="CustomMessages.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>CustomMessages.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Live Commerceのインストール
日本語をインストール
yum install fonts-japanese
php5.2をインストール
こちら参照。
http://blog.livedoor.jp/kuroranger/archives/65182380.html
vi /etc/yum.repos.d/utterramblings.repo [utterramblings] name=Jason's Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka yum install php5.2
ZendFrameworkをインストール
vi /etc/yum.repos.d/zend.repo [Zend] name=Zend Server baseurl=http://repos.zend.com/zend-server/rpm/$basearch enabled=1 gpgcheck=0 [Zend_noarch] name=Zend Server - noarch baseurl=http://repos.zend.com/zend-server/rpm/noarch enabled=1 gpgcheck=0 yum install zend-server-ce-php-5.2
その他インストール
yum install php-gd yum install php-mbstring yum install php-pdo yum install php-mcrypt yum install php-dom yum install mysql-server yum install unzip yum install php-5.2-loader-zend-server
Live Commerceダウンロード&展開
wget http://www.live-commerce.com/downloads/latest.zip groupadd livec useradd -g livec livec passwd livec chmod 755 /home/livec su - livec unzip latest.zip chmod 0777 public_html/resources/upload/ chmod 0777 public_html/resources/upload/banner chmod 0777 public_html/resources/upload/banner/thumbnail chmod 0777 public_html/resources/upload/products chmod 0777 public_html/resources/upload/products/thumbnail chmod 0777 public_html/resources/upload/products/thumbnail2 chmod 0777 public_html/resources/upload/products/thumbnail3 chmod 0777 public_html/resources/upload/brand chmod 0777 public_html/resources/upload/brand/thumbnail chmod 0777 public_html/resources/upload/xml chmod 0777 public_html/resources/upload/categories chmod 0777 public_html/resources/upload/categories/thumbnail chmod 0777 public_html/resources/upload/page chmod 0777 public_html/resources/upload/page/thumbnail
mysql起動
service mysqld start mysql> create database livec character set = utf8; mysql> grant all privileges on livec.* to livec@localhost identified by 'password';
httpd設定
vi /etc/httpd/conf/httpd.conf
DocumentRoot /home/livec/live-commerce/public_html/
<Directory "/home/livec/live-commerce/public_html">
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
vi /etc/sysconfig/httpd
PATH=/usr/local/zend/bin:$PATH
LD_LIBRARY_PATH=/usr/local/zend/lib:$LD_LIBRARY_PATH
service httpd start
静岡1日旅行
友達に会いに静岡行ってきた。
新幹線に乗ろうとしたら横須賀線が人身事故。振り替えた京浜東北線も遅れ、結局ひかりに乗り遅れる。
静岡に着いたら車で焼津さかなセンターへ。やっぱりマグロっぽいので鉄火丼食べる。トロあじの干物でもよかったかも。
それからグリンピア牧之原でお茶摘み体験。お茶って下は固い葉だけど上は柔らかいのね。意外と簡単に摘める。
次はお茶の郷博物館。抹茶を飲む茶室の静けさ。大井川の河川敷を見下ろす。連れてってくれた人には申し訳ないが、個人的に一番興味を持ったのは蘭字の展示かな。
帰り道ではもっと一緒にいたかったなって思ってたけど、よくよく考えたら一方的にこっちが押し掛けて行って観光案内させてたわけで。軽くはた迷惑だったかと自己嫌悪。その気もない感じだったし。
アンチクライスト
アップリンクX。ラース・フォン・トリアー監督作品。
性交してる最中に子供を失い、精神を病んだ妻とその夫の話。
わかっていたけど、趣味の悪さ全開で不快だった。
プロローグのシーンからスローモーションやオペラのBGMを使い、悲劇なのにファンタジックな演出が嫌な感じ。
