framework tag

33 questions


1 answers
108 views
0
To empty the DB value when editing in Play

I have created the following forms in playframework (2.5.6) case class User (age: Option [Int])value form = Form( mapping( age - > optional (number) (User.apply) (User.unapply))println(form.bindFro...

2 years ago

1 answers
146 views
0
zend framework error offsetGet

When I was displaying the contact form of the website that is currently being published, I received the following error.I don't know what to do.Error Contents Fatal error: Declaration of Zend\Stdlib\A...

2 years ago

1 answers
94 views
0
LiferayA portlet that connects to MySQL in the local environment and outputs elements of the table.

I was trying to use the JDBC driver to display the acquired value in jsp, but I looked it up and found that it is common to use Service Builder to retrieve and display values.I even set the table defi...

2 years ago

1 answers
100 views
0
I want to specify the escape character when performing a LIKE search.

We created a Model class for a table and implemented the following actions to perform an ambiguous search.List<Model class>result=Model class.find.where().or().like(column name, %search string %...

2 years ago

1 answers
135 views
0
missing parameter type on file upload with silhouette

It's been a few months since I started learning scala+play.I'm trying to implement fileupload, and I'd like to have a view that displays identity using silhouette, but I don't know how to write it.The...

2 years ago

1 answers
102 views
0
Typeface Activator did not compile CoffeeScript and auto-reloading stopped working

I use Scala to develop web applications in Play Framework.Until yesterday, the development was going well, but Activator(sbt) did not compile CoffeeScript and auto-reloading did not work anymore.I can...

2 years ago

2 answers
139 views
0
Please tell me how to output PDF in zend framework2.

I would like to renovate the web system built on zendframework2. Please tell me how to place the PDF output button on the web page (with multiple images) and press it to output the PDF.Thank you for y...

2 years ago

2 answers
141 views
0
Accessing DbContext Directly without WebAPI in ASP.NET Core 3.0

I am currently studying how to build a web server using ASP.NET Core 3.0 and Blazor. After searching for online tutorials, we found a way to access databases such as SQL Server using WebAPI using the ...


1 answers
82 views
0
How to create xcframework in xcode

When I created xcframework with xcode, I referred to the site below, but when I added AFNetworking within xcframework, I got an error during the build.specifying in xcframework: pod 'AFNetworking', '~...

2 years ago

1 answers
121 views
0
I would like to know why and how to deal with the migration exception in EntityFramework 6.3

Environment: VisualStudio 2017 .NetFramework 4.6.1 SQLite EntityFramework 6.3 The following exceptions occur while Migtaion interprets the DB Model created with code first in EntityFramework 6.3:I loo...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.