Avukat Ekin Bayram Koca
Merhabalar Arkadaşlar bu sefer sizlere hayatımdan geçen bir konuyu burada paylaşmak istiyorum,
Avukat Ekin Bayram Koca
Merhabalar Arkadaşlar bu sefer sizlere hayatımdan geçen bir konuyu burada paylaşmak istiyorum,
Artık yeni firmamız ve programlarımız ile herkez için kaliteli ve başarılı çözümler sunmaya devam ediyoruz yeni nesil programlama diyorsanız kesin çözüm http://www.c1yazilim.com/
Çok önçeden google üzerindeki tüm kayıtları aramak için yapmış olduğum uygulamam sizler ile paylaşıyorum bu uygulama google üzerinde arama motorunu kullanarak aramak istemiş olduğunuz bilgiyi sizlere daha hızlı şekilde sunmaya yarıyor bir şarkı bir dosya bir bilgi her hangi bir bir şeyi isterseniz kendi kullanmış olduğunuz upload site hesaplarınızda yada forumlar da direk kaynak erişimi sunuyor ..
Saygılarımla Orhan TÜRK .
RegisterForEventValidation can only be called during Render();
Language=”C#” ifadesinin olduğu satıraEnableEventValidation=”false” yazmanız yeterli olacaktır.
Kaynak : MSDN
TimeLineRemove.Com disable the new facebook timeline! ..: Remove facebook timeline »
using (DbConnection connection = factory.CreateConnection())
{
connection.ConnectionString = connectionString;
using (DbCommand selectCommand = factory.CreateCommand())
{
selectCommand.CommandType = CommandType.StoredProcedure;
selectCommand.CommandText = “SalesByCategory”;
selectCommand.Connection = connection;
DbParameter categoryParameter = selectCommand.CreateParameter();
categoryParameter.ParameterName = “@CategoryName”;
categoryParameter.Value = “Beverages”;
DbParameter yearParameter = selectCommand.CreateParameter();
yearParameter.ParameterName = “@OrdYear”;
yearParameter.Value = “1998″;
selectCommand.Parameters.AddRange(new[] {categoryParameter, yearParameter});
connection.Open();
using (IDataReader dr = selectCommand.ExecuteReader())
{
while (dr.Read())
Console.WriteLine(string.Format(“{0}: {1:c}”, dr["ProductName"], dr["TotalPurchase"]));
}
}
}
Compare this to using the Data Access Application Block in Enterprise Library:
Database db = DatabaseFactory.CreateDatabase();
using (IDataReader dr = db.ExecuteReader(“SalesByCategory”, “Beverages”, “1998″))
{
while (dr.Read())
Console.WriteLine(string.Format(“{0}: {1:c}”, dr["ProductName"], dr["TotalPurchase"]));
}
source code : http://www.pnpguidance.net/post/EnterpriseLibraryDAABADONETStoredProceduresMadeEasy.aspx
–
Bunları öğrenmem zaman aldı ama eğer şöyle bir hata alıyorsanız yukardaki kodlar hayatınızı kurtaracaktır.
@echo off & color 1F
setlocal ENABLEDELAYEDEXPANSION
for /F “usebackq tokens=4 delims= ” %%I in (`%SYSTEMROOT%\system32\chcp.com`) do set ACTCODEPAGE=%%I
“%SYSTEMROOT%\system32\chcp.com” 437 >nul
rem *** Internet KMS Activation Script (MAY 10, 2011) ***
1 |
CREATE TABLE [dbo].[Customers]( |
2 |
[id] [int] IDENTITY(1,1) NOT NULL, |
3 |
[name] [varchar](100) NOT NULL, |
4 |
[username] [varchar](20) NOT NULL |
5 |
) |
1 |
CREATE TABLE [dbo].[Orders]( |
2 |
[order_id] [int] IDENTITY(1,1) NOT NULL, |
3 |
[customer_id] [int] NOT NULL, |
4 |
[order_date] [datetime] NOT NULL |
5 |
) |
We are also going to insert a new row on table ‘Customers’:
1 |
INSERT INTO Customers |
2 |
VALUES ('John Smith','john.smith') |
Inserting data with a subquery
The obvious syntax to insert data into the orders table with a subquery would be:
1 |
INSERT INTO Orders |
2 |
VALUES ((SELECT id FROM Customers WHERE username = 'john.smith'), GETDATE()) |
However if you try the above query, you would end up with the following message:
Subqueries are not allowed in this context. Only scalar expressions are allowed.
The correct syntax to accomplish our task is:
1 |
INSERT INTO Orders |
2 |
SELECT id, GETDATE() FROM Customers |
3 |
WHERE username = 'john.smith' |
or if you would like to specify the columns:
1 |
INSERT INTO Orders (customer_id, order_date) |
2 |
SELECT id, GETDATE() FROM Customers |
3 |
WHERE username = 'john.smith' |
STEP 1: Plug a USB stick into your computer
STEP 2: Create a folder in the root of the USB stick called PS3
STEP 3: Create a folder inside the PS3 folder called UPDATE
STEP 4: Download PS3 PUP Updated
STEP 5: Run Downloader and start downloading PS3UPDAT.PUP file which will be downloaded on your desktop
STEP 6: Move PS3UPDAT.PUP to the directory UPDATE that you just created on the USB stick
STEP 7: Plug the USB stick into your PS3
STEP 8: Navigate to Settings Tab
STEP 9: Choose System Update
STEP 10: Choose Update via Storage Media
STEP 11: It will say it found Version 4.11-jb
STEP 12: Choose OK
STEP 13: Accept Conditions and Install Update
STEP 14: After less than a minute, your PS3 will update, beep 4 times then shut down.
STEP 15: Power up your PS3 (You will have to do it on the console and not by the controller)
STEP 16: Your PS3 is now jailbroken!
Kaynak : http://ps3-jail-break.blogspot.com/
Altyapi WP Temadown Wp Tr Temayapim TheBuckmaker Cevirmen Otel