import Questions

11

Solved

I've installed eclipse gradle plugin from here http://kaczanowscy.pl/tomek/2010-03/gradle-ide-integration-eclipse-plugin Is there a simple way to import into eclipse gradle project using gui, no...
Defect asked 23/5, 2012 at 15:8

0

I generate some git info in my Angular App with the npm package git-ref-sync to a file named ../environments/git-version. In my component I import the generated stuff on this way: import { gitVersi...
Tanker asked 20/8, 2020 at 10:45

1

Trying to move a GitHub Repository and all supporting branches to GitLab, but do not see an option to import from GitHub only GL to GL. Please help ! Thanks [GitLab Import options]2GitLab Import Sc...
Individual asked 19/8, 2020 at 16:49

9

Solved

I have to import an huge SVN repository that I have to transfer from one server to another. So I exported it from the old server: svnadmin dump . > archive.svn and imported it on the new one:...
Trod asked 23/4, 2012 at 10:57

2

Solved

Suppose i have a project structure like this src └── app ├── main.py ├── db │ └── database.py ├── models │ ├── model_a.py │ └── model_b.py └── tests ├── test_x.py └── test_y.py I want to ...
Fief asked 4/8, 2020 at 13:50

3

Solved

I have just installed Xcode 11 and when I try to create new fresh project with the SwiftUI check mark selected it returns an error. Not able to build and run successfully. File 'ContentView.swift'...
Papacy asked 8/6, 2019 at 11:10

3

Solved

Coming from Java to TS, I've omitted the {...} around the imported type. import DiscriminatorMappingData from './DiscriminatorMappingData'; instead of import {DiscriminatorMappingData} from '...
Vehemence asked 2/8, 2016 at 20:3

3

Solved

I'm attempting to import a script from my Items file but I keeps on getting an error from .Items.Quest1_items import * gives from .Items.Quest1_items import * # ImportError: attempted relative imp...
Kissel asked 8/8, 2020 at 7:5

3

Solved

I have some data saved as txt file. I am saving the txt file as csv in order to import it into a database using my sql workbench. what I am doing is the following: LOAD DATA LOCAL INFILE '/path/...
Volplane asked 28/1, 2013 at 9:39

4

I've created the structure of my database first in PhpMyAdmin and exported it to a .sql file. Now I'm looking everywhere in SQL Server Management Studio where I can import/add the data in a new dat...
Pled asked 18/3, 2014 at 19:18

5

Solved

I'm new in android, and I want to import the jfftpack to my project in android studio anda i don't know how to import it. The original code was import ca.uol.aig.realdoublefft and I'don't know wh...
Rohn asked 24/11, 2013 at 18:28

4

Just like title say. I am using HeidiSQL, and i wan't to duplicate a database so i export the database, create a new empty with name "test". Then i change the name of the database to "test" in the ...
Bede asked 13/2, 2015 at 19:42

7

Solved

When deploying applications, I often use Hibernate’s capacity to create database schema in order to simplify the deployment. This is easily achievable by configuring hibernate.hbm2ddl.auto property...
Flunk asked 23/3, 2009 at 15:20

1

Solved

I want to import js class into ts. But I got error This expression is not constructable. and typescript compiler says that A does not have constructor signature. how can I solve this? index.ts impo...
Broaden asked 31/7, 2020 at 9:50

1

I'm new to javascript but for some reason I have this Error GET http://127.0.0.1:5500/src/paddle net::ERR_ABORTED 404 (Not Found) my code looks like this index.html <html> <head> <t...
Haft asked 14/7, 2020 at 15:27

7

Solved

I'm currently using Create-React-App for my personal site. I keep getting the following errors every time I run it: ./src/~/react-router-dom/es/index.js Line 3: Import in body of module; reorder ...

6

I can't seem to figure out how to import a compiled .pyc module into my code so I can use it within my main script. Is this even possible?
Housman asked 28/3, 2012 at 18:2

1

Solved

I firstly dump some stuff into a pickle file using pickle.dump. in utils.load_data, my project hierarchy looks like this project1 -utils -__init__.py -load_data.py -data (other folder...) The...
Fanlight asked 26/7, 2020 at 14:39

1

PyCharm highlights lines of importing modules (only made by me modules) with red wavy line and give warning "Unresolved reference 'module_name'". But they all (my modules) are located in ...
Parboil asked 24/7, 2020 at 12:13

17

I have this command: mysql -u #myusername -p #mypasswd MYBASE < c:\user\folderss\myscript.sql But I get the following error: Error unknow command '\U' unknow command '\m' unknow command '\D'...
Dukes asked 18/5, 2011 at 8:54

4

Solved

Using: Ubuntu 11.04 Django 1.3 Python 2.7 Following the tutorial at Writing your first Django app, part 1 Hi, I'm a python beginner, coming from a PHP background, so I apologize if this is a...
Biogeochemistry asked 25/7, 2011 at 0:11

7

I am using PyCharm as an editor for python code in Houdini. Whenever I try to import the main Houdini library (hou) I get an error flagged in PyCharm. If I include the code snippet:- try: import...
Kelm asked 13/6, 2014 at 4:54

1

Solved

Given the new module system in SASS (https://sass-lang.com/blog/the-module-system-is-launched) and their plans on phasing out @import, I'm changing my @imports to @uses. I've been successful in mos...
Sicular asked 5/4, 2020 at 21:21

2

Solved

I need help with creating SOAP 1.2 request. All i have is this: SAMPLE REQUEST: POST /WS/PriceList.asmx HTTP/1.1 Host: gateway.systemb2b.com Content-Type: application/soap+xml; charset=utf-8 Cont...
Cretic asked 26/3, 2014 at 20:11

15

Solved

TensorFlow MNIST example not running with fully_connected_feed.py I checked this out and realized that input_data was not built-in. So I downloaded the whole folder from here. How can I start the ...
Durmast asked 12/11, 2015 at 4:51

© 2022 - 2024 — McMap. All rights reserved.